C# Class Adroit.Core.Services.StorageService

Inheritance: IService
Show file Open project: chergert/adroit

Public Methods

Method Description
Get ( string name ) : BDB46
Get ( string name, DBFormat format ) : BDB46
Start ( ) : void
Stop ( ) : void

Method Details

Get() public method

public Get ( string name ) : BDB46
name string
return Adroit.Data.BDB46

Get() public method

public Get ( string name, DBFormat format ) : BDB46
name string
format DBFormat
return Adroit.Data.BDB46

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void