C# Class StarryEyes.Models.Receiving.Receivers.ListMemberReceiver

Inheritance: CyclicReceiverBase
显示文件 Open project: karno/StarryEyes Class Usage Examples

Public Methods

Method Description
ListMemberReceiver ( StarryEyes.Models.Accounting.TwitterAccount auth, ListInfo listInfo ) : System

Protected Methods

Method Description
DoReceive ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
ReceiveListDescription ( StarryEyes.Models.Accounting.TwitterAccount account, ListInfo info ) : Task
ReceiveListMembers ( StarryEyes.Models.Accounting.TwitterAccount account, long listId ) : Task>

Method Details

DoReceive() protected method

protected DoReceive ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

ListMemberReceiver() public method

public ListMemberReceiver ( StarryEyes.Models.Accounting.TwitterAccount auth, ListInfo listInfo ) : System
auth StarryEyes.Models.Accounting.TwitterAccount
listInfo ListInfo
return System