Clerk Class
Writes records of transactional actions to a log.
For a list of all members of this type, see Clerk Members.
System.Object
System.EnterpriseServices.CompensatingResourceManager.Clerk
[Visual Basic] NotInheritable Public Class Clerk [C#] public sealed class Clerk [C++] public __gc __sealed class Clerk [JScript] public class Clerk
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.
Remarks
Each clerk is associated with a compensator, which is called back to perform actions during the two-phase commit of the transaction.
Requirements
Namespace: System.EnterpriseServices.CompensatingResourceManager
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
Clerk Members | System.EnterpriseServices.CompensatingResourceManager Namespace