Edit

Share via


Transaction.Close Method

Definition

Allows derived classes to provide custom lifetime management.

protected:
 virtual void Close();
protected virtual void Close ();
Protected Overridable Sub Close ()

Remarks

Invoked when the server agent is done with this object. The default implementation simply calls Dispose(). Applications that keep the object in an undisposed state can take alternative action.

Applies to