ResourceStateChangeDelegate 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 ResourceStateChangeDelegate(int resourceId, ResourceState prevState, ResourceState newState);
type ResourceStateChangeDelegate = delegate of int * ResourceState * ResourceState -> unit
Public Delegate Sub ResourceStateChangeDelegate(resourceId As Integer, prevState As ResourceState, newState As ResourceState)
- resourceId
- Int32
- prevState
- ResourceState
- newState
- ResourceState
Produto | Versións |
---|---|
Microsoft HPC Pack 2016 Update 1 SDK | Microsoft HPC Pack 2016 Update 1 SDK 5.1.6115 |