ResourcePool.TransactionEndDelegate Delegate
Definition
Represents the method that handles the ending of a transaction.
public: delegate void ResourcePool::TransactionEndDelegate(System::Object ^ resource);
public delegate void ResourcePool.TransactionEndDelegate(object resource);
type ResourcePool.TransactionEndDelegate = delegate of obj -> unit
Public Delegate Sub ResourcePool.TransactionEndDelegate(resource As Object)
Parameters
- resource
- Object
The object that is passed back to the delegate.
- Inheritance
Remarks
When you create a ResourcePool.TransactionEndDelegate delegate, you identify the method that will handle the event. For more information about event handler delegates, see Handling and Raising Events.
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |