Redirecting Command Output to Clients (RedirectOutputToClient)

Use the ICICommandSettings interface RedirectOutputToClient property to check if output is sent to users. Also use the property to send output to users. Refer to Command Settings Interface Properties for an illustration of how this and other ICICommandSettings can be accessed in the administration interface.

Signature:

HRESULT RedirectOutputToClient([out, retval] VARIANT_BOOL *pVal);

HRESULT RedirectOutputToClient([in] VARIANT_BOOL newVal);