C# 클래스 Dazzle.Client.DazzleDatabase

상속: IDazzleDatabase, IDisposable
파일 보기 프로젝트 열기: kellabyte/Dazzle.NET

공개 메소드들

메소드 설명
Close ( ) : void
Delete ( string key ) : void
Dispose ( ) : void
Get ( string key ) : string
Open ( string endPointAddress ) : void
Set ( string key, string value ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string key ) : void
key string
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Get() 공개 메소드

public Get ( string key ) : string
key string
리턴 string

Open() 공개 메소드

public Open ( string endPointAddress ) : void
endPointAddress string
리턴 void

Set() 공개 메소드

public Set ( string key, string value ) : void
key string
value string
리턴 void