CommandRawOutputEventArg Class

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.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("531988b0-70ba-4ed4-b40a-2a35516d19ea")]
public class CommandRawOutputEventArg : EventArgs, Microsoft.Hpc.Scheduler.ICommandRawOutputEventArg
type CommandRawOutputEventArg = class
    inherit EventArgs
    interface ICommandRawOutputEventArg
Public Class CommandRawOutputEventArg
Inherits EventArgs
Implements ICommandRawOutputEventArg
Inheritance
CommandRawOutputEventArg
Attributes
Implements

Properties

NodeName

The name of the node that generated the output.

Output

Retrieves the output from the command.

Type

Identifies the source of the output.

Applies to