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