C# Class kasthack.vksharp.Api.MethodGroup_Storage

显示文件 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
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

Method Description
MethodGroup_Storage ( Api 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

GetKeysSync() public method

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

GetSync() public method

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

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

SetSync() public method

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
return kasthack.vksharp.DataTypes.Entities.StorageEntry[]