C# 클래스 XSpect.MetaTweet.Objects.Storage

상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: takeshik/metatweet-old 1 사용 예제들

공개 메소드들

메소드 설명
CloseSession ( System.Guid id ) : void
Dispose ( ) : void
Initialize ( Object>.IDictionary connectionSettings ) : void
InitializeLifetimeService ( ) : Object
OpenSession ( ) : StorageSession

보호된 메소드들

메소드 설명
InitializeSession ( ) : StorageSession
OnClosed ( System.Guid sessionId ) : void
OnOpened ( System.Guid sessionId ) : void
Storage ( ) : System

비공개 메소드들

메소드 설명
GenerateId ( ) : System.Guid

메소드 상세

CloseSession() 공개 메소드

public CloseSession ( System.Guid id ) : void
id System.Guid
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 추상적인 메소드

public abstract Initialize ( Object>.IDictionary connectionSettings ) : void
connectionSettings Object>.IDictionary
리턴 void

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : Object
리턴 Object

InitializeSession() 보호된 추상적인 메소드

protected abstract InitializeSession ( ) : StorageSession
리턴 StorageSession

OnClosed() 보호된 메소드

protected OnClosed ( System.Guid sessionId ) : void
sessionId System.Guid
리턴 void

OnOpened() 보호된 메소드

protected OnOpened ( System.Guid sessionId ) : void
sessionId System.Guid
리턴 void

OpenSession() 공개 메소드

public OpenSession ( ) : StorageSession
리턴 StorageSession

Storage() 보호된 메소드

protected Storage ( ) : System
리턴 System