Opc.Ua.WcfChannelBase.EndInvokeService C# (CSharp) Метод

EndInvokeService() публичный абстрактный Метод

The client side implementation of the EndInvokeService service contract.
public abstract EndInvokeService ( IAsyncResult result ) : InvokeServiceResponseMessage
result IAsyncResult
Результат InvokeServiceResponseMessage
        public abstract InvokeServiceResponseMessage EndInvokeService(IAsyncResult result);
        #endregion