Opc.Ua.Bindings.CustomTransportChannel.BeginClose C# (CSharp) Method

BeginClose() public method

Begins an asynchronous operation to close the secure channel.
Thrown if any communication error occurs.
public BeginClose ( AsyncCallback callback, object callbackData ) : IAsyncResult
callback AsyncCallback The callback to call when the operation completes.
callbackData object The callback data to return with the callback.
return IAsyncResult
        public IAsyncResult BeginClose(AsyncCallback callback, object callbackData)
        {
            throw new NotImplementedException();
        }