C# Class Dazzle.Client.DazzleDatabase

Inheritance: IDazzleDatabase, IDisposable
Mostrar archivo Open project: kellabyte/Dazzle.NET

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Delete() public method

public Delete ( string key ) : void
key string
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Get() public method

public Get ( string key ) : string
key string
return string

Open() public method

public Open ( string endPointAddress ) : void
endPointAddress string
return void

Set() public method

public Set ( string key, string value ) : void
key string
value string
return void