C# Class OctoTorrent.Common.AsyncResult

Inheritance: IAsyncResult
Exibir arquivo Open project: Eskat0n/OctoTorrent Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AsyncResult ( AsyncCallback callback, object asyncState ) : System

Protected Methods

Method Description
Complete ( ) : void
Complete ( Exception ex ) : void

Method Details

AsyncResult() public method

public AsyncResult ( AsyncCallback callback, object asyncState ) : System
callback AsyncCallback
asyncState object
return System

Complete() protected method

protected Complete ( ) : void
return void

Complete() protected method

protected Complete ( Exception ex ) : void
ex System.Exception
return void