EasyUA Reference
LoadCachedEndpoints(Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class > LoadCachedEndpoints Method : LoadCachedEndpoints(Boolean) Method

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

Glossary Item Box

Loads the endpoints cached on disk.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim createAlways As Boolean
Dim value As ConfiguredEndpointCollection
 
value = instance.LoadCachedEndpoints(createAlways)
C# 
public ConfiguredEndpointCollection LoadCachedEndpoints( 
   bool createAlways
)

Parameters

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

Return Value

Colection of configured endpoints from the disk.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.