C# Class WebWeChat.Im.Module.Impl.ContactModule

Inheritance: WeChatModule, IContactModule
Mostrar archivo Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
ContactModule ( IWeChatContext context ) : System.Threading
GetContact ( ActionEventListener listener = null ) : Task
GetGroupMember ( ActionEventListener listener = null ) : Task

Method Details

ContactModule() public method

public ContactModule ( IWeChatContext context ) : System.Threading
context IWeChatContext
return System.Threading

GetContact() public method

public GetContact ( ActionEventListener listener = null ) : Task
listener ActionEventListener
return Task

GetGroupMember() public method

public GetGroupMember ( ActionEventListener listener = null ) : Task
listener ActionEventListener
return Task