Home
last modified time | relevance | path

Searched refs:dependentTransaction (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/Dispatcher/
H A DTransactionWaitAsyncResult.cs15 DependentTransaction dependentTransaction; field in System.ServiceModel.Activities.Dispatcher.TransactionWaitAsyncResult
34 …this.dependentTransaction = transaction.DependentClone(DependentCloneOption.BlockCommitUntilComple… in TransactionWaitAsyncResult()
38 this.dependentTransaction = null; in TransactionWaitAsyncResult()
55 this.dependentTransaction.Complete(); in TransactionWaitAsyncResult()
85 return this.dependentTransaction;
125 if (this.dependentTransaction != null) in Complete()
131 exception = this.CreateVolatileEnlistment(this.dependentTransaction); in Complete()
132 this.dependentTransaction.Complete(); in Complete()
186 if (thisPtr.dependentTransaction != null) in TimeoutCallback()
188 thisPtr.dependentTransaction.Complete(); in TimeoutCallback()
H A DWorkflowServiceInstance.cs3361 DependentTransaction dependentTransaction; field in System.ServiceModel.Activities.Dispatcher.WorkflowServiceInstance.UnloadOrPersistAsyncResult
3408 …this.dependentTransaction = currentTransaction.DependentClone(DependentCloneOption.BlockCommitUnti… in UnloadOrPersistAsyncResult()
3447 if (this.dependentTransaction != null) in UnloadOrPersistAsyncResult()
3449 this.dependentTransaction.Complete(); in UnloadOrPersistAsyncResult()
3809 this.dependentTransaction, this.instance.persistTimeout); in Persist()
3868 this.dependentTransaction, this.instance.persistTimeout); in Save()
3934 this.dependentTransaction, this.instance.persistTimeout); in NotifyCompletion()
4027 if (thisPtr.dependentTransaction != null) in OnComplete()
4029 thisPtr.dependentTransaction.Complete(); in OnComplete()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities.DurableInstancing/System/Activities/DurableInstancing/
H A DInstanceLockTracking.cs41 …id TrackStoreLock(Guid instanceId, long instanceVersion, DependentTransaction dependentTransaction) in TrackStoreLock() argument
47 if (dependentTransaction != null) in TrackStoreLock()
49dependentTransaction.TransactionCompleted += new TransactionCompletedEventHandler(TransactionCompl… in TrackStoreLock()
57 public void TrackStoreUnlock(DependentTransaction dependentTransaction) in TrackStoreUnlock() argument
62 if (dependentTransaction != null) in TrackStoreUnlock()
64dependentTransaction.TransactionCompleted += new TransactionCompletedEventHandler(TransactedUnlock… in TrackStoreUnlock()
H A DSqlCommandAsyncResult.cs51 DependentTransaction dependentTransaction; field in System.Activities.DurableInstancing.SqlCommandAsyncResult
60 …connectionString, EventTraceActivity eventTraceActivity, DependentTransaction dependentTransaction, in SqlCommandAsyncResult() argument
68 this.dependentTransaction = dependentTransaction; in SqlCommandAsyncResult()
213 …ommand(this.sqlCommand), this.connectionString, this.eventTraceActivity, this.dependentTransaction, in EnqueueRetry()
266 using (this.PrepareTransactionalCall(this.dependentTransaction)) in StartCommandInternal()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/Hosting/
H A DWorkflowTransactionService.cs42 DependentTransaction dependentTransaction = tx as DependentTransaction; in CommitWorkBatch()
43 if (dependentTransaction != null) in CommitWorkBatch()
44 dependentTransaction.Complete(); in CommitWorkBatch()
H A DSharedConnectionWorkflowTransactionService.cs212 DependentTransaction dependentTransaction = tx as DependentTransaction; in CommitWorkBatch()
213 if (dependentTransaction != null) in CommitWorkBatch()
214 dependentTransaction.Complete(); in CommitWorkBatch()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Activities/System/ServiceModel/Activities/
H A DTransactedReceiveScope.cs277 …System.Transactions.DependentTransaction dependentTransaction = transactedReceiveData.InitiatingTr… in OnBodyCompleted()
278 …Fx.Assert(dependentTransaction != null, "TransactedReceiveScope.OnBodyComplete - DependentClone wa… in OnBodyCompleted()
279 dependentTransaction.Complete(); in OnBodyCompleted()
284 …System.Transactions.DependentTransaction dependentTransaction = transactedReceiveData.InitiatingTr… in OnBodyCompleted()
285 if (dependentTransaction != null) in OnBodyCompleted()
287 dependentTransaction.Complete(); in OnBodyCompleted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowApplication.cs3435 DependentTransaction dependentTransaction; field in System.Activities.WorkflowApplication.UnloadOrPersistAsyncResult
3514 if (this.dependentTransaction != null) in UnloadOrPersistAsyncResult()
3922 if (thisPtr.dependentTransaction != null) in OnComplete()
4199 DependentTransaction dependentTransaction; field in System.Activities.WorkflowApplication.UnlockInstanceAsyncResult
4271 if (thisPtr.dependentTransaction != null) in OnComplete()
4273 thisPtr.dependentTransaction.Complete(); in OnComplete()
4296 DependentTransaction dependentTransaction; field in System.Activities.WorkflowApplication.LoadAsyncResult
4702 if (thisPtr.dependentTransaction != null) in OnComplete()
5312 DependentTransaction dependentTransaction; field in System.Activities.WorkflowApplication.InstanceCommandWithTemporaryHandleAsyncResult
5362 if (thisPtr.dependentTransaction != null) in OnComplete()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Runtime/
H A DActivityExecutor.cs4055 DependentTransaction dependentTransaction = original as DependentTransaction; in CompleteTransaction()
4056 if (dependentTransaction != null) in CompleteTransaction()
4058 dependentTransaction.Complete(); in CompleteTransaction()