Method | Description | |
---|---|---|
CloseSession ( System.Guid id ) : void | ||
Dispose ( ) : void | ||
Initialize ( Object>.IDictionary |
||
InitializeLifetimeService ( ) : Object | ||
OpenSession ( ) : StorageSession |
Method | Description | |
---|---|---|
InitializeSession ( ) : StorageSession | ||
OnClosed ( System.Guid sessionId ) : void | ||
OnOpened ( System.Guid sessionId ) : void | ||
Storage ( ) : System |
Method | Description | |
---|---|---|
GenerateId ( ) : System.Guid |
public CloseSession ( System.Guid id ) : void | ||
id | System.Guid | |
return | void |
public abstract Initialize ( Object>.IDictionary |
||
connectionSettings | Object>.IDictionary | |
return | void |
public InitializeLifetimeService ( ) : Object | ||
return | Object |
protected abstract InitializeSession ( ) : StorageSession | ||
return | StorageSession |
protected OnClosed ( System.Guid sessionId ) : void | ||
sessionId | System.Guid | |
return | void |
protected OnOpened ( System.Guid sessionId ) : void | ||
sessionId | System.Guid | |
return | void |