C# Class kasthack.vksharp.Api.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
GetKeysSync ( int userId = null, bool global = false, int offset = null, int count = 100 ) : string[]
GetSync ( int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[]
Set ( string key, string value, int userId = null, bool global = false ) : Task
SetSync ( string key, string value, int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[]

Private Methods

Méthode Description
MethodGroup_Storage ( Api 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

GetKeysSync() public méthode

public GetKeysSync ( int userId = null, bool global = false, int offset = null, int count = 100 ) : string[]
userId int
global bool
offset int
count int
Résultat string[]

GetSync() public méthode

public GetSync ( int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[]
userId int
global bool
Résultat kasthack.vksharp.DataTypes.Entities.StorageEntry[]

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

SetSync() public méthode

public SetSync ( string key, string value, int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[]
key string
value string
userId int
global bool
Résultat kasthack.vksharp.DataTypes.Entities.StorageEntry[]