C# 클래스 kasthack.vksharp.Api.MethodGroup_Status

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

공개 메소드들

메소드 설명
Get ( int userId = null ) : Task
GetSync ( int userId = null ) : kasthack.vksharp.DataTypes.Entities.Status[]
Set ( string text ) : Task
SetSync ( string text ) : void

비공개 메소드들

메소드 설명
MethodGroup_Status ( Api parent ) : System

메소드 상세

Get() 공개 메소드

public Get ( int userId = null ) : Task
userId int
리턴 Task

GetSync() 공개 메소드

public GetSync ( int userId = null ) : kasthack.vksharp.DataTypes.Entities.Status[]
userId int
리턴 kasthack.vksharp.DataTypes.Entities.Status[]

Set() 공개 메소드

public Set ( string text ) : Task
text string
리턴 Task

SetSync() 공개 메소드

public SetSync ( string text ) : void
text string
리턴 void