C# Class kasthack.vksharp.RawApi.MethodGroup_Storage

Show file Open project: kasthack/kasthack.vksharp

Public Methods

Method 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

Method Description
MethodGroup_Storage ( RawApi parent ) : System

Method Details

Get() public method

public Get ( int userId = null, bool global = false ) : Task
userId int
global bool
return Task

GetKeys() public method

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

Set() public method

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