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