Opc.Ua.Bindings.CustomTransportChannel.EndClose C# (CSharp) Méthode

EndClose() public méthode

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.
Résultat void
        public void EndClose(IAsyncResult result)
        {
            throw new NotImplementedException();
        }