Method | Description | |
---|---|---|
HandleFreed ( ) : void | ||
InstanceLockTracking ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store ) : System.Runtime.DurableInstancing | ||
TrackStoreLock ( Guid instanceId, long instanceVersion, DependentTransaction dependentTransaction ) : void | ||
TrackStoreUnlock ( DependentTransaction dependentTransaction ) : void |
Method | Description | |
---|---|---|
TransactedUnlockCompleted ( object sender, TransactionEventArgs e ) : void | ||
TransactionCompleted ( object sender, TransactionEventArgs e ) : void |
public InstanceLockTracking ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store ) : System.Runtime.DurableInstancing | ||
store | System.Activities.DurableInstancing.SqlWorkflowInstanceStore | |
return | System.Runtime.DurableInstancing |
public TrackStoreLock ( Guid instanceId, long instanceVersion, DependentTransaction dependentTransaction ) : void | ||
instanceId | Guid | |
instanceVersion | long | |
dependentTransaction | DependentTransaction | |
return | void |
public TrackStoreUnlock ( DependentTransaction dependentTransaction ) : void | ||
dependentTransaction | DependentTransaction | |
return | void |