NodeStateChangeDelegate Delegate
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C#
public delegate void NodeStateChangeDelegate(int nodeId, NodeState prevState, NodeState newState);
type NodeStateChangeDelegate = delegate of int * NodeState * NodeState -> unit
Public Delegate Sub NodeStateChangeDelegate(nodeId As Integer, prevState As NodeState, newState As NodeState)
- nodeId
- Int32
- prevState
- NodeState
- newState
- NodeState
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |