Opc.Ua.Core
CloseAsync Method (UaSCUaBinaryClientChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryClientChannel Class : CloseAsync Method
Closes a connection with the server.
Syntax
'Declaration
 
<AsyncStateMachineAttribute(Opc.Ua.Bindings.UaSCUaBinaryClientChannel/d__6)> 
Public Function CloseAsync( _ 
   ByVal timeout As Integer, _ 
   Optional ByVal ct As CancellationToken _ 
) As Task
'Usage
 
Dim instance As UaSCUaBinaryClientChannel
Dim timeout As Integer
Dim ct As CancellationToken
Dim value As Task
 
value = instance.CloseAsync(timeout, ct)
[AsyncStateMachine(Opc.Ua.Bindings.UaSCUaBinaryClientChannel/d__6)] 
public Task CloseAsync( 
   int timeout, 
   CancellationToken ct 
)
[AsyncStateMachine(Opc.Ua.Bindings.UaSCUaBinaryClientChannel/d__6)] 
public: 
Task^ CloseAsync( 
   int timeout, 
   CancellationToken ct 
) 

Parameters

timeout
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

UaSCUaBinaryClientChannel Class
UaSCUaBinaryClientChannel Members