Opc.Ua.Core
CloseAsync Method (HttpsTransportChannel)



Opc.Ua.Bindings Namespace > HttpsTransportChannel Class : CloseAsync Method
Syntax
'Declaration
 
Public Function CloseAsync( _
   ByVal ct As CancellationToken _
) As Task
'Usage
 
Dim instance As HttpsTransportChannel
Dim ct As CancellationToken
Dim value As Task
 
value = instance.CloseAsync(ct)
public Task CloseAsync( 
   CancellationToken ct
)
public:
Task^ CloseAsync( 
   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

HttpsTransportChannel Class
HttpsTransportChannel Members