InvokeExecute
Invokes the Execute method on an API object. Returns the API status code.
InvokeExecute(1, 2, 3)
Ordinal | Type | Description | |
---|---|---|---|
1 | object | Required | API object to execute |
2 | variable | Output parameter used to obtain status | |
3 | variable | Output parameter used to obtain request ID |
Given the example below:
The code sets up and executes a LogUnsubEvent and succeeds if the operation completes (or when the specified error codes indicate the subscriber was already unsubscribed).