Base:
method
ProcessSqlResult
System.Activities.DurableInstancing.SqlWorkflowInstanceStoreAsyncResult.ProcessSqlResult(System.Data.SqlClient.SqlDataReader)
1 override of ProcessSqlResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
55protected override Exception ProcessSqlResult(SqlDataReader reader)
1 reference to ProcessSqlResult
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
62if (!runnableInstanceFound || base.ProcessSqlResult(reader) != null)