Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposes of the resources (other than memory) used by the module.
|
|
EntityTransactionModule ( ) : System |
Initializes a new instance of the EntityTransactionModule class.
|
|
Init ( System.Web.HttpApplication application ) : void |
Initializes a module and prepares it to handle requests.
|
Method | Description | |
---|---|---|
OnEndRequest ( Object sender, |
Handles the System.Web.HttpApplication.EndRequest event.
|
public Init ( System.Web.HttpApplication application ) : void | ||
application | System.Web.HttpApplication | An reference to the current HttpApplication instance. |
return | void |
protected OnEndRequest ( Object sender, |
||
sender | Object | |
e | ||
return | void |