Opc.Ua.WcfChannelBase.EndInvokeService C# (CSharp) Method

EndInvokeService() public abstract method

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