Opc.Ua.Core
BeginClose Method (UaSCUaBinaryTransportChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryTransportChannel Class : BeginClose Method
The callback to call when the operation completes.
The callback data to return with the callback.
Begins an asynchronous operation to close the secure channel.
Syntax
'Declaration
 
Public Function BeginClose( _
   ByVal callback As AsyncCallback, _
   ByVal callbackData As Object _
) As IAsyncResult
'Usage
 
Dim instance As UaSCUaBinaryTransportChannel
Dim callback As AsyncCallback
Dim callbackData As Object
Dim value As IAsyncResult
 
value = instance.BeginClose(callback, callbackData)

Parameters

callback
The callback to call when the operation completes.
callbackData
The callback data to return with the callback.

Return Value

The result which must be passed to the EndClose method.
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

UaSCUaBinaryTransportChannel Class
UaSCUaBinaryTransportChannel Members
Close Method