Opc.Ua.Core
UpdateFromServerAsync(CancellationToken) Method



Opc.Ua Namespace > ConfiguredEndpoint Class > UpdateFromServerAsync Method : UpdateFromServerAsync(CancellationToken) Method
Updates an endpoint with information from the server's discovery endpoint.
Syntax
'Declaration
 
Public Overloads Function UpdateFromServerAsync( _
   Optional ByVal ct As CancellationToken _
) As Task
'Usage
 
Dim instance As ConfiguredEndpoint
Dim ct As CancellationToken
Dim value As Task
 
value = instance.UpdateFromServerAsync(ct)
public Task UpdateFromServerAsync( 
   CancellationToken ct
)
public:
Task^ UpdateFromServerAsync( 
   CancellationToken ct
) 

Parameters

ct
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

ConfiguredEndpoint Class
ConfiguredEndpoint Members
Overload List