10 overrides of ProcessSqlResult
System.Activities.DurableInstancing (10)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
119
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
50
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
59
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
63
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
62
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
97
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
58
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
134
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
71
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
51
protected override Exception
ProcessSqlResult
(SqlDataReader reader)
1 reference to ProcessSqlResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
197
delayedException = thisPtr.
ProcessSqlResult
(reader);