IRemoteCommandEvents Interface

Definition

Defines the interface that COM applications implement to handle events raised by the IRemoteCommand object.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("9ce35cdf-a433-4e02-b226-5d2c2143adbd")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface IRemoteCommandEvents
type IRemoteCommandEvents = interface
Public Interface IRemoteCommandEvents
Attributes

Methods

OnCommandJobState(Object, JobStateEventArg)

Is called each time the state of the job that contains the command changes.

OnCommandOutput(Object, CommandOutputEventArg)

Is called each time the command generates a line of output.

OnCommandRawOutput(Object, CommandRawOutputEventArg)

Is called each time the command generates output. The output is not encoded and is returned as a byte blob.

OnCommandTaskState(Object, CommandTaskStateEventArg)

Is called each time the state of the command changes.

Applies to