C# Class RusticiSoftware.TinCanAPILibrary.TCAPI.AsyncPostCallback

ファイルを表示 Open project: RusticiSoftware/TinCanAPILibraryCSharp

Public Methods

Method Description
AsyncPostCallback ( AsyncPostSuccess handler, AsyncPostFailed failHandler, AsyncPostConnectionFailure connectHandler ) : System
AsyncPostComplete ( ) : void
AsyncPostConnectionFailed ( Exception e ) : void
AsyncPostFailure ( Exception e ) : void

Method Details

AsyncPostCallback() public method

public AsyncPostCallback ( AsyncPostSuccess handler, AsyncPostFailed failHandler, AsyncPostConnectionFailure connectHandler ) : System
handler AsyncPostSuccess
failHandler AsyncPostFailed
connectHandler AsyncPostConnectionFailure
return System

AsyncPostComplete() public method

public AsyncPostComplete ( ) : void
return void

AsyncPostConnectionFailed() public method

public AsyncPostConnectionFailed ( Exception e ) : void
e System.Exception
return void

AsyncPostFailure() public method

public AsyncPostFailure ( Exception e ) : void
e System.Exception
return void