C# 클래스 RusticiSoftware.TinCanAPILibrary.Model.TCAPICallback

This is simply a sample implementation of the TCAPI callback that doesn't provide a lot of functionality. This class should be extended for functionality.
상속: ITCAPICallback
파일 보기 프로젝트 열기: RusticiSoftware/TinCanAPILibraryCSharp

공개 메소드들

메소드 설명
StatementsFailed ( RusticiSoftware.TinCanAPILibrary.Model.Statement failedBatch, Exception e ) : void

Handles the case in which the statements fail to post

StatementsStored ( RusticiSoftware.TinCanAPILibrary.Model.Statement statements ) : void

Indicator of storing success. This will allow the TCAPI object to continue Asynchronous flushing.

메소드 상세

StatementsFailed() 공개 메소드

Handles the case in which the statements fail to post
public StatementsFailed ( RusticiSoftware.TinCanAPILibrary.Model.Statement failedBatch, Exception e ) : void
failedBatch RusticiSoftware.TinCanAPILibrary.Model.Statement The batch of statements that failed
e System.Exception The thrown exception, usually a webexception
리턴 void

StatementsStored() 공개 메소드

Indicator of storing success. This will allow the TCAPI object to continue Asynchronous flushing.
public StatementsStored ( RusticiSoftware.TinCanAPILibrary.Model.Statement statements ) : void
statements RusticiSoftware.TinCanAPILibrary.Model.Statement
리턴 void