C# Class RusticiSoftware.TinCanAPILibrary.TCAPI.AsyncPostCallback

Afficher le fichier Open project: RusticiSoftware/TinCanAPILibraryCSharp

Méthodes publiques

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

Method Details

AsyncPostCallback() public méthode

public AsyncPostCallback ( AsyncPostSuccess handler, AsyncPostFailed failHandler, AsyncPostConnectionFailure connectHandler ) : System
handler AsyncPostSuccess
failHandler AsyncPostFailed
connectHandler AsyncPostConnectionFailure
Résultat System

AsyncPostComplete() public méthode

public AsyncPostComplete ( ) : void
Résultat void

AsyncPostConnectionFailed() public méthode

public AsyncPostConnectionFailed ( Exception e ) : void
e System.Exception
Résultat void

AsyncPostFailure() public méthode

public AsyncPostFailure ( Exception e ) : void
e System.Exception
Résultat void