C# Class kasthack.vksharp.Api.MethodGroup_Polls

Exibir arquivo Open project: kasthack/kasthack.vksharp

Public Methods

Method Description
AddVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Task
AddVoteSync ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : bool
DeleteVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Task
DeleteVoteSync ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : bool

Private Methods

Method Description
MethodGroup_Polls ( Api parent ) : System

Method Details

AddVote() public method

public AddVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Task
pollId long
answerId int
ownerId int
isBoard bool
return Task

AddVoteSync() public method

public AddVoteSync ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : bool
pollId long
answerId int
ownerId int
isBoard bool
return bool

DeleteVote() public method

public DeleteVote ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : Task
pollId long
answerId int
ownerId int
isBoard bool
return Task

DeleteVoteSync() public method

public DeleteVoteSync ( long pollId, int answerId, int ownerId = null, bool isBoard = null ) : bool
pollId long
answerId int
ownerId int
isBoard bool
return bool