C# Class Dazzle.Client.DazzleDatabase

Inheritance: IDazzleDatabase, IDisposable
Afficher le fichier Open project: kellabyte/Dazzle.NET

Méthodes publiques

Méthode Description
Close ( ) : void
Delete ( string key ) : void
Dispose ( ) : void
Get ( string key ) : string
Open ( string endPointAddress ) : void
Set ( string key, string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Delete() public méthode

public Delete ( string key ) : void
key string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Get() public méthode

public Get ( string key ) : string
key string
Résultat string

Open() public méthode

public Open ( string endPointAddress ) : void
endPointAddress string
Résultat void

Set() public méthode

public Set ( string key, string value ) : void
key string
value string
Résultat void