C# 클래스 Microsoft.Isam.Esent.Interop.Session

A class that encapsulates a JET_SESID in a disposable object.
상속: Microsoft.Isam.Esent.Interop.EsentResource
파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 메소드들

메소드 설명
End ( ) : void

Terminate the session.

Session ( JET_INSTANCE instance )

Initializes a new instance of the Session class. A new JET_SESSION is allocated from the given instance.

보호된 메소드들

메소드 설명
ReleaseResource ( ) : void

Free the underlying JET_SESID.

메소드 상세

End() 공개 메소드

Terminate the session.
public End ( ) : void
리턴 void

ReleaseResource() 보호된 메소드

Free the underlying JET_SESID.
protected ReleaseResource ( ) : void
리턴 void

Session() 공개 메소드

Initializes a new instance of the Session class. A new JET_SESSION is allocated from the given instance.
public Session ( JET_INSTANCE instance )
instance JET_INSTANCE The instance to start the session in.