Opc.Ua.WcfChannelBase.EndInvokeService C# (CSharp) Méthode

EndInvokeService() public abstract méthode

The client side implementation of the EndInvokeService service contract.
public abstract EndInvokeService ( IAsyncResult result ) : InvokeServiceResponseMessage
result IAsyncResult
Résultat InvokeServiceResponseMessage
        public abstract InvokeServiceResponseMessage EndInvokeService(IAsyncResult result);
        #endregion