CommandOutputEventArg Class

Defines the arguments that are passed to your event handler when the command generates a line of output on a node in the cluster.


Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)

'Usage
Dim instance As CommandOutputEventArg

[ComVisibleAttribute(true)] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
[GuidAttribute("c20f07e6-fff9-42bb-bee6-47a025c74822")] 
public class CommandOutputEventArg : EventArgs, ICommandOutputEventArg
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
/** @attribute GuidAttribute("c20f07e6-fff9-42bb-bee6-47a025c74822") */ 
public class CommandOutputEventArg extends EventArgs implements ICommandOutputEventArg
ComVisibleAttribute(true) 
ClassInterfaceAttribute(ClassInterfaceType.None) 
GuidAttribute("c20f07e6-fff9-42bb-bee6-47a025c74822") 
public class CommandOutputEventArg extends EventArgs implements ICommandOutputEventArg

To implement your event handler, see the CommandOutputHandler delegate.


System.Object
   System.EventArgs
    Microsoft.Hpc.Scheduler.CommandOutputEventArg

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 2012

Target 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:

2013-04-22

Community Additions

ADD
Show: