This topic has not yet been rated - Rate this topic

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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.