DeploymentCommitContext.ResetCurrentTransaction Method
Clears the current transaction for the current object.
Namespace: Microsoft.Web.Deployment
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
Syntax
'Declaration
Public Sub ResetCurrentTransaction
'Usage
Dim instance As DeploymentCommitContext
instance.ResetCurrentTransaction()
public void ResetCurrentTransaction()
public:
void ResetCurrentTransaction()
public function ResetCurrentTransaction()
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.90).