Opc.Ua.Core
CloseAsync Method (ITransportChannel)



Opc.Ua Namespace > ITransportChannel Interface : CloseAsync Method
Closes the secure channel (async).
Syntax
'Declaration
 
Function CloseAsync( _
   ByVal ct As CancellationToken _
) As Task
'Usage
 
Dim instance As ITransportChannel
Dim ct As CancellationToken
Dim value As Task
 
value = instance.CloseAsync(ct)
Task CloseAsync( 
   CancellationToken ct
)
Task^ CloseAsync( 
   CancellationToken ct
) 

Parameters

ct
Exceptions
ExceptionDescription
Thrown if any communication error occurs.
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

ITransportChannel Interface
ITransportChannel Members