5 references to OwnershipTimeout
System.Workflow.Runtime (5)
Hosting\SqlWorkflowPersistenceService.cs (5)
889instanceIds = persistenceDBAccessor.RetrieveNonblockingInstanceStateIds(_serviceInstanceId, OwnershipTimeout); 911while (persistenceDBAccessor.TryRetrieveANonblockingInstanceStateId(_serviceInstanceId, OwnershipTimeout, out instanceId)) 1026byte[] state = persistenceDBAccessor.RetrieveInstanceState(id, _serviceInstanceId, OwnershipTimeout); 1048return persistenceDBAccessor.RetrieveExpiredTimerIds(_serviceInstanceId, OwnershipTimeout); 1115persistenceDBAccessor.InsertInstanceState(item, _serviceInstanceId, OwnershipTimeout);