ResourcePool.TransactionEndDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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. |