CommandOutputEventArg Class

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.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("c20f07e6-fff9-42bb-bee6-47a025c74822")]
public class CommandOutputEventArg : EventArgs, Microsoft.Hpc.Scheduler.ICommandOutputEventArg
type CommandOutputEventArg = class
    inherit EventArgs
    interface ICommandOutputEventArg
Public Class CommandOutputEventArg
Inherits EventArgs
Implements ICommandOutputEventArg
Inheritance
CommandOutputEventArg
Attributes
Implements

Properties

Message

Retrieves the line of output from the command.

NodeName

The name of the node that generated the output.

Type

Identifies the source of the output.

Applies to