C# Class iQQ.Net.WebQQCore.Im.Module.AbstractModule

基础模块

@author solosky

Inheritance: IQQModule
Show file Open project: huoshan12345/iQQ.Net

Public Methods

Method Description
Destroy ( ) : void
Init ( IQQContext context ) : void
PushHttpAction ( IHttpAction action ) : IQQActionFuture

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Init() public method

public Init ( IQQContext context ) : void
context IQQContext
return void

PushHttpAction() public method

public PushHttpAction ( IHttpAction action ) : IQQActionFuture
action IHttpAction
return IQQActionFuture