TransactedCallback Delegate

 

Represents the callback method being run under transaction support.

Namespace:   System.Web.Util
Assembly:  System.Web (in System.Web.dll)

public delegate void TransactedCallback()

This delegate is passed to the Transactions::InvokeTransacted method and provides the callback method that is being run under transaction support.

.NET Framework
Available since 1.1
Return to top
Show: