ResourcePool.TransactionEndDelegate Delegate
.NET Framework 2.0
Represents the method that handles the ending of a transaction.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
'Declaration Public Delegate Sub TransactionEndDelegate ( _ resource As Object _ ) 'Usage Dim instance As New TransactionEndDelegate(AddressOf HandlerMethod)
/** @delegate */ public delegate void TransactionEndDelegate ( Object resource )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- resource
The object that is passed back to the delegate.
When you create a ResourcePool.TransactionEndDelegate delegate, you identify the method that will handle the event. For more information about event handler delegates, see Events and Delegates.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: