C# Класс kasthack.vksharp.Api.MethodGroup_Storage

Показать файл Открыть проект

Открытые методы

Метод Описание
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[]

Приватные методы

Метод Описание
MethodGroup_Storage ( Api parent ) : System

Описание методов

Get() публичный Метод

public Get ( int userId = null, bool global = false ) : Task
userId int
global bool
Результат Task

GetKeys() публичный Метод

public GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Task
userId int
global bool
offset int
count int
Результат Task

GetKeysSync() публичный Метод

public GetKeysSync ( int userId = null, bool global = false, int offset = null, int count = 100 ) : string[]
userId int
global bool
offset int
count int
Результат string[]

GetSync() публичный Метод

public GetSync ( int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[]
userId int
global bool
Результат kasthack.vksharp.DataTypes.Entities.StorageEntry[]

Set() публичный Метод

public Set ( string key, string value, int userId = null, bool global = false ) : Task
key string
value string
userId int
global bool
Результат Task

SetSync() публичный Метод

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
Результат kasthack.vksharp.DataTypes.Entities.StorageEntry[]