ClerkMonitor Class
Contains a snapshot of all Clerks active in the process.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | ClerkMonitor() | Initializes a new instance of the ClerkMonitor class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | 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.(Overrides Object::Finalize().) |
![]() | 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() | |
![]() | 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.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
The Compensating Resource Manager (CRM) Monitor can be used to examine the list of active Clerks performing transaction recovery in the current process.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


