Opc.Ua.Bindings.TcpTransportChannel.EndClose C# (CSharp) Method

EndClose() public method

Completes an asynchronous operation to close the secure channel.
Thrown if any communication error occurs.
public EndClose ( IAsyncResult result ) : void
result IAsyncResult The result returned from the BeginClose call.
return void
        public void EndClose(IAsyncResult result)
        {
            throw new NotImplementedException();
        }