C# Class Tosca.Core.Web.ActorAsyncResult

Inheritance: IAsyncResult
ファイルを表示 Open project: phatboyg/Tosca

Public Methods

Method Description
ActorAsyncResult ( ) : System
ActorAsyncResult ( AsyncCallback callback, object state ) : System
Complete ( ) : void
Complete ( Exception exception ) : void

Method Details

ActorAsyncResult() public method

public ActorAsyncResult ( ) : System
return System

ActorAsyncResult() public method

public ActorAsyncResult ( AsyncCallback callback, object state ) : System
callback AsyncCallback
state object
return System

Complete() public method

public Complete ( ) : void
return void

Complete() public method

public Complete ( Exception exception ) : void
exception System.Exception
return void