Home
last modified time | relevance | path

Searched refs:unlockHandler (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/ServiceModel/Persistence/
H A DSqlPersistenceProviderFactory.cs40 UnlockHandler unlockHandler; field in System.ServiceModel.Persistence.SqlPersistenceProviderFactory
61 this.unlockHandler = new UnlockHandler(this); in SqlPersistenceProviderFactory()
113 this.unlockHandler = new UnlockHandler(this); in SqlPersistenceProviderFactory()
345 return new OperationAsyncResult(this.unlockHandler, this, id, timeout, callback, state); in BeginUnlock()
674 if (this.unlockHandler.ShortcutExecution) in Unlock()
681 PerformOperation(this.unlockHandler, id, timeout); in Unlock()