invoke method

invoke

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

def invoke(self, context):
    ...
ParameterTypeDescription
contextINetworkOperationContextThe context.

See Also