C# Класс kasthack.vksharp.RequestApi.MethodGroup_storage

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

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

Метод Описание
Get ( int userId = null, bool global = false ) : Request
GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Request
Set ( string key, string value, int userId = null, bool global = false ) : Request

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

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

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

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

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

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

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

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

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