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
Показать файл Открыть проект

Открытые методы

Метод Описание
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