Share via


ISchedulerNodeEvents interface

Defines methods that you implement to receive event notification when the state of a node changes.

When to implement

Implement this interface when you want to receive notification when the state of a node changes.

Members

The ISchedulerNodeEvents interface inherits from the IDispatch interface. ISchedulerNodeEvents also has these types of members:

  • Methods

Methods

The ISchedulerNodeEvents interface has these methods.

Method Description
OnNodeState

Receives information when the state of the node changes.

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerNode

INodeStateEventArg