C# Class System.Activities.DurableInstancing.InstanceLockTracking

Afficher le fichier Open project: mahasak/dotnet452 Class Usage Examples

Méthodes publiques

Méthode Description
HandleFreed ( ) : void
InstanceLockTracking ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store ) : System.Runtime.DurableInstancing
TrackStoreLock ( Guid instanceId, long instanceVersion, DependentTransaction dependentTransaction ) : void
TrackStoreUnlock ( DependentTransaction dependentTransaction ) : void

Private Methods

Méthode Description
TransactedUnlockCompleted ( object sender, TransactionEventArgs e ) : void
TransactionCompleted ( object sender, TransactionEventArgs e ) : void

Method Details

HandleFreed() public méthode

public HandleFreed ( ) : void
Résultat void

InstanceLockTracking() public méthode

public InstanceLockTracking ( System.Activities.DurableInstancing.SqlWorkflowInstanceStore store ) : System.Runtime.DurableInstancing
store System.Activities.DurableInstancing.SqlWorkflowInstanceStore
Résultat System.Runtime.DurableInstancing

TrackStoreLock() public méthode

public TrackStoreLock ( Guid instanceId, long instanceVersion, DependentTransaction dependentTransaction ) : void
instanceId Guid
instanceVersion long
dependentTransaction DependentTransaction
Résultat void

TrackStoreUnlock() public méthode

public TrackStoreUnlock ( DependentTransaction dependentTransaction ) : void
dependentTransaction DependentTransaction
Résultat void