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

createAlways
if set to true ConfiguredEndpointCollection is always returned, even if loading from disk fails
overrideConfiguration
if set to true overrides the configuration.

Glossary Item Box

Loads the endpoints cached on disk.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim createAlways As Boolean
Dim overrideConfiguration As Boolean
Dim value As ConfiguredEndpointCollection
 
value = instance.LoadCachedEndpoints(createAlways, overrideConfiguration)

Parameters

createAlways
if set to true ConfiguredEndpointCollection is always returned, even if loading from disk fails
overrideConfiguration
if set to true overrides the configuration.

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.