Opc.Ua.Core
CloseChannelAsync Method



Opc.Ua Namespace > ClientBase Class : CloseChannelAsync Method
Closes the channel.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Opc.Ua.ClientBase/d__31)> 
Protected Function CloseChannelAsync( _ 
   ByVal ct As CancellationToken _ 
) As Task
'Usage
 
Dim instance As ClientBase
Dim ct As CancellationToken
Dim value As Task
 
value = instance.CloseChannelAsync(ct)
[AsyncStateMachine(Opc.Ua.ClientBase/d__31)] 
protected Task CloseChannelAsync( 
   CancellationToken ct 
)
[AsyncStateMachine(Opc.Ua.ClientBase/d__31)] 
protected: 
Task^ CloseChannelAsync( 
   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

ClientBase Class
ClientBase Members