ICommandOutputEventArg Interface

Definition

Defines the arguments that are passed to your event handler when the command generates a line of output on a node in the cluster.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("32dca0f1-8ab7-4496-93be-391defced2fd")]
public interface ICommandOutputEventArg
type ICommandOutputEventArg = interface
Public Interface ICommandOutputEventArg
Derived
Attributes

Properties

Message

Retrieves the line of output from the command.

NodeName

Retrieves the name of the node that ran the command.

Type

Identifies the source of the output.

Applies to