Home
last modified time | relevance | path

Searched refs:UnlockHandler (Results 1 – 3 of 3) 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;
61 this.unlockHandler = new UnlockHandler(this); in SqlPersistenceProviderFactory()
113 this.unlockHandler = new UnlockHandler(this); in SqlPersistenceProviderFactory()
1369 class UnlockHandler : OperationHandler class in System.ServiceModel.Persistence.SqlPersistenceProviderFactory
1371 public UnlockHandler(SqlPersistenceProviderFactory provider) in UnlockHandler() method in System.ServiceModel.Persistence.SqlPersistenceProviderFactory.UnlockHandler
/dports/databases/libcouchbase/libcouchbase-2.10.7/tools/
H A Dcbc-handlers.h171 class UnlockHandler : public Handler {
175 UnlockHandler() : Handler("unlock") {} in UnlockHandler() function
H A Dcbc.cc802 UnlockHandler::run() in run()
1830 handlers_s["unlock"] = new UnlockHandler(); in setupHandlers()