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

EndReconnect() public method

Completes an asynchronous operation to close the existing secure channel and open a new one.
Thrown if any communication error occurs.
public EndReconnect ( IAsyncResult result ) : void
result IAsyncResult The result returned from the BeginReconnect call.
return void
        public void EndReconnect(IAsyncResult result)
        {
            throw new NotImplementedException();
        }