JobStateEventArg Class
Defines the arguments that are passed to your event handler when the state of 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)
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] [GuidAttribute("c6f1db8b-1504-4ceb-a178-00e7bc9f0285")] public class JobStateEventArg : EventArgs, IJobStateEventArg
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute GuidAttribute("c6f1db8b-1504-4ceb-a178-00e7bc9f0285") */
public class JobStateEventArg extends EventArgs implements IJobStateEventArg
ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) GuidAttribute("c6f1db8b-1504-4ceb-a178-00e7bc9f0285") public class JobStateEventArg extends EventArgs implements IJobStateEventArg
To implement your event handler, see the Microsoft.Hpc.Scheduler.JobStateHandler 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: