C# 클래스 kasthack.vksharp.RawApi.MethodGroup_Storage

파일 보기 프로젝트 열기: kasthack/kasthack.vksharp

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
MethodGroup_Storage ( RawApi 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

Set() 공개 메소드

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