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

InvokeService() public abstract method

The client side implementation of the InvokeService service contract.
public abstract InvokeService ( InvokeServiceMessage request ) : InvokeServiceResponseMessage
request InvokeServiceMessage
return InvokeServiceResponseMessage
        public abstract InvokeServiceResponseMessage InvokeService(InvokeServiceMessage request);