DeploymentCommitContext.SetCurrentTransaction Method
Starts a new transaction for the current object.
Namespace: Microsoft.Web.Deployment
Assembly: Microsoft.Web.Deployment (in Microsoft.Web.Deployment.dll)
Syntax
'Declaration
Public Sub SetCurrentTransaction
'Usage
Dim instance As DeploymentCommitContext
instance.SetCurrentTransaction()
public void SetCurrentTransaction()
public:
void SetCurrentTransaction()
public function SetCurrentTransaction()
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).