ICommandRawOutputEventArg Interface

Definition

Defines the arguments that are passed to your event handler when the command generates output on a node in the cluster. The output is passed as a byte blob.

[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("5a570dc3-8ec6-42a3-8dbb-4da8d98f39d0")]
public interface ICommandRawOutputEventArg
type ICommandRawOutputEventArg = interface
Public Interface ICommandRawOutputEventArg
Derived
Attributes

Properties

NodeName

Retrieves the name of the node that ran the command that generated the output.

Output

Retrieves the output from the command.

Type

Identifies the source of the output.

Applies to