CommandRawOutputEventArg Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |