TaskStateEventArg Class
Defines the arguments that are passed to your event handler when the state of a task in the job changes.
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)
[ClassInterfaceAttribute(ClassInterfaceType.None)] [ComVisibleAttribute(true)] [GuidAttribute("6494eef8-f105-4ad6-90c5-9783b63a1f2c")] public class TaskStateEventArg : EventArgs, ITaskStateEventArg
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("6494eef8-f105-4ad6-90c5-9783b63a1f2c") */
public class TaskStateEventArg extends EventArgs implements ITaskStateEventArg
ClassInterfaceAttribute(ClassInterfaceType.None) ComVisibleAttribute(true) GuidAttribute("6494eef8-f105-4ad6-90c5-9783b63a1f2c") public class TaskStateEventArg extends EventArgs implements ITaskStateEventArg
Do not use this class. Instead use the ITaskStateEventArg interface.
System.Object
System.EventArgs
Microsoft.Hpc.Scheduler.TaskStateEventArg
Microsoft.Hpc.Scheduler.CommandTaskStateEventArg
System.EventArgs
Microsoft.Hpc.Scheduler.TaskStateEventArg
Microsoft.Hpc.Scheduler.CommandTaskStateEventArg
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: