Opc.Ua.Core
LoadCachedEndpoints(Boolean) Method



Opc.Ua Namespace > ApplicationConfiguration Class > LoadCachedEndpoints Method : LoadCachedEndpoints(Boolean) Method
if set to true ConfiguredEndpointCollection is always returned, even if loading from disk fails
Loads the endpoints cached on disk.
Syntax
'Declaration
 
Public Overloads Function LoadCachedEndpoints( _
   ByVal createAlways As Boolean _
) As ConfiguredEndpointCollection
'Usage
 
Dim instance As ApplicationConfiguration
Dim createAlways As Boolean
Dim value As ConfiguredEndpointCollection
 
value = instance.LoadCachedEndpoints(createAlways)
public ConfiguredEndpointCollection LoadCachedEndpoints( 
   bool createAlways
)
public:
ConfiguredEndpointCollection^ LoadCachedEndpoints( 
   bool createAlways
) 

Parameters

createAlways
if set to true ConfiguredEndpointCollection is always returned, even if loading from disk fails

Return Value

Collection of configured endpoints from the disk.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationConfiguration Class
ApplicationConfiguration Members
Overload List