C# Class Baconography.NeutralServices.KitaroDB.Subreddits

Afficher le fichier Open project: Synergex/Baconography Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( ) : Task
GetSubreddit ( string id = null, string name = null ) : Task
StoreSubreddit ( Thing thing ) : Task
StoreSubreddit ( string id, string name ) : Task

Private Methods

Méthode Description
GenerateCombinedKeyspace ( string name, string id, byte value ) : byte[]
GenerateIdKeyspace ( string id ) : byte[]
GenerateNameKeyspace ( string name ) : byte[]
GetInstanceImpl ( ) : Task
Resume ( ) : void
Subreddits ( DB db ) : System
Terminate ( ) : void

Method Details

GetInstance() public static méthode

public static GetInstance ( ) : Task
Résultat Task

GetSubreddit() public méthode

public GetSubreddit ( string id = null, string name = null ) : Task
id string
name string
Résultat Task

StoreSubreddit() public méthode

public StoreSubreddit ( Thing thing ) : Task
thing Thing
Résultat Task

StoreSubreddit() public méthode

public StoreSubreddit ( string id, string name ) : Task
id string
name string
Résultat Task