CommandRawOutputEventArg Class
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.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[GuidAttribute("531988b0-70ba-4ed4-b40a-2a35516d19ea")] [ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] public class CommandRawOutputEventArg : EventArgs, ICommandRawOutputEventArg
/** @attribute GuidAttribute("531988b0-70ba-4ed4-b40a-2a35516d19ea") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
public class CommandRawOutputEventArg extends EventArgs implements ICommandRawOutputEventArg
GuidAttribute("531988b0-70ba-4ed4-b40a-2a35516d19ea") ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) public class CommandRawOutputEventArg extends EventArgs implements ICommandRawOutputEventArg
To implement your event handler, see the CommandRawOutputHandler delegate.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: