ClerkMonitor Class

Definition

Contains a snapshot of all Clerks active in the process.

public ref class ClerkMonitor sealed : System::Collections::IEnumerable
public sealed class ClerkMonitor : System.Collections.IEnumerable
type ClerkMonitor = class
    interface IEnumerable
Public NotInheritable Class ClerkMonitor
Implements IEnumerable
Inheritance
ClerkMonitor
Implements

Remarks

The Compensating Resource Manager (CRM) Monitor can be used to examine the list of active Clerks performing transaction recovery in the current process.

Constructors

ClerkMonitor()

Initializes a new instance of the ClerkMonitor class.

Properties

Count

Gets the count of the Clerk monitors in the Compensating Resource Manager (CRM) monitor collection.

Item[Int32]

Gets the ClerkInfo object for this ClerkMonitor.

Item[String]

Gets the ClerkInfo object for this ClerkMonitor.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Finalize()

Frees the resources of the current ClerkMonitor before it is reclaimed by the garbage collector.

GetEnumerator()

Returns the enumeration of the clerks in the Compensating Resource Manager (CRM) monitor collection.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Populate()

Gets the Clerks collection object, which is a snapshot of the current state of the Clerks.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Extension Methods

Cast<TResult>(IEnumerable)

Casts the elements of an IEnumerable to the specified type.

OfType<TResult>(IEnumerable)

Filters the elements of an IEnumerable based on a specified type.

AsParallel(IEnumerable)

Enables parallelization of a query.

AsQueryable(IEnumerable)

Converts an IEnumerable to an IQueryable.

Applies to