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