5 types derived from OperationHandler
System.WorkflowServices (5)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (5)
728
class CreateHandler :
OperationHandler
808
class DeleteHandler :
OperationHandler
864
class LoadHandler :
OperationHandler
1369
class UnlockHandler :
OperationHandler
1429
class UpdateHandler :
OperationHandler
3 references to OperationHandler
System.WorkflowServices (3)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (3)
592
object PerformOperation(
OperationHandler
handler, Guid id, TimeSpan timeout, params object[] additionalParameters)
1023
OperationHandler
handler;
1030
public OperationAsyncResult(
OperationHandler
handler, SqlPersistenceProviderFactory provider, Guid id, TimeSpan timeout, AsyncCallback callback, object state, params object[] additionalParameters)