invoke method
invoke
When overridden in a derived class is used to implement the message handling.
def invoke(self, context):
...
| Parameter | Type | Description |
|---|---|---|
| context | INetworkOperationContext | The context. |
See Also
- module
aspose.html.net - class
MessageHandler