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

BeginInvokeService() public abstract méthode

The client side implementation of the BeginInvokeService service contract.
public abstract BeginInvokeService ( InvokeServiceMessage request, AsyncCallback callback, object asyncState ) : IAsyncResult
request InvokeServiceMessage
callback AsyncCallback
asyncState object
Résultat IAsyncResult
        public abstract IAsyncResult BeginInvokeService(InvokeServiceMessage request, AsyncCallback callback, object asyncState);