Opc.Ua.Core
CloseAsync Method (IClientBase)



Opc.Ua Namespace > IClientBase Interface : CloseAsync Method
Closes the channel using async call.
Syntax
'Declaration
 
Function CloseAsync( _
   Optional ByVal ct As CancellationToken _
) As Task(Of StatusCode)
'Usage
 
Dim instance As IClientBase
Dim ct As CancellationToken
Dim value As Task(Of StatusCode)
 
value = instance.CloseAsync(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

IClientBase Interface
IClientBase Members