C# Class kasthack.vksharp.Api.MethodGroup_Status

Exibir arquivo Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
Get ( int userId = null ) : Task
GetSync ( int userId = null ) : kasthack.vksharp.DataTypes.Entities.Status[]
Set ( string text ) : Task
SetSync ( string text ) : void

Private Methods

Method Description
MethodGroup_Status ( Api parent ) : System

Method Details

Get() public method

public Get ( int userId = null ) : Task
userId int
return Task

GetSync() public method

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

Set() public method

public Set ( string text ) : Task
text string
return Task

SetSync() public method

public SetSync ( string text ) : void
text string
return void