ActivityIdMap Class
Defines an object that assists the mapping of ProgressRecord objects to the corresponding cluster nodes for which the ProgressRecord objects represent the status.
Namespace: Microsoft.ClusterAwareUpdating
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Inheritance Hierarchy
System.Object
Microsoft.ClusterAwareUpdating.ActivityIdMap
Syntax
public sealed class ActivityIdMap
public ref class ActivityIdMap sealed
[<Sealed>]
type ActivityIdMap = class end
Public NotInheritable Class ActivityIdMap
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetNodeForActivityId(Int32) | ||
GetType() | (Inherited from Object.) |
|
ToString() | (Overrides Object.ToString().) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ClusterAwareUpdating Namespace
Return to top