IOpenServiceActivity::Execute Method
Executes the Accelerator.
Syntax
HRESULT Execute( IOpenServiceActivityInput *pInput, IOpenServiceActivityOutputContext *pOutput );
Parameters
- pInput
- [in] An IOpenServiceActivityInput interface that provides access to the input context and variables.
- pOutput
- [in] An IOpenServiceActivityOutputContext interface that accepts output from the Accelerator.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method invokes the Accelerator with the specified input.
See Also
IOpenServiceActivity::Preview