C# Class HaloOnline.Server.Core.Log.ConnectionAsyncResult

Inheritance: IAsyncResult
Exibir arquivo Open project: no1dead/HaloMasterMaster Class Usage Examples

Public Methods

Method Description
ConnectionAsyncResult ( IConnection connection, AsyncCallback callback ) : System
InvokeCallback ( ) : void

Private Methods

Method Description
GetManualResetEvent ( ) : ManualResetEvent

Method Details

ConnectionAsyncResult() public method

public ConnectionAsyncResult ( IConnection connection, AsyncCallback callback ) : System
connection IConnection
callback AsyncCallback
return System

InvokeCallback() public method

public InvokeCallback ( ) : void
return void