Share via


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
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetNodeForActivityId(Int32)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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