MessageHandler.Invoke

MessageHandler.Invoke method

When overridden in a derived class is used to implement the message handling.

public abstract void Invoke(INetworkOperationContext context)
ParameterTypeDescription
contextINetworkOperationContextThe context.

See Also