C# Class kasthack.vksharp.RawApi.MethodGroup_Storage

Afficher le fichier Open project: kasthack/kasthack.vksharp

Méthodes publiques

Méthode Description
Get ( int userId = null, bool global = false ) : Task
GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Task
Set ( string key, string value, int userId = null, bool global = false ) : Task

Private Methods

Méthode Description
MethodGroup_Storage ( RawApi parent ) : System

Method Details

Get() public méthode

public Get ( int userId = null, bool global = false ) : Task
userId int
global bool
Résultat Task

GetKeys() public méthode

public GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Task
userId int
global bool
offset int
count int
Résultat Task

Set() public méthode

public Set ( string key, string value, int userId = null, bool global = false ) : Task
key string
value string
userId int
global bool
Résultat Task