C# 클래스 Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.SQLiteEventStore

상속: IEventStore
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of all managed and unmanaged resources.

IncrementDeliveryAttempt ( List rowIds ) : bool

Increments the delivery attempt.

SQLiteEventStore ( MobileAnalyticsManagerConfig maConfig ) : System

Constructor of Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.SQLiteEventStore

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Implements the Dispose pattern

비공개 메소드들

메소드 설명
BindData ( SQLitePCL.sqlite3_stmt statement ) : void
BindData ( SqliteCommand command ) : void
CreateOrOpenDatabase ( ) : void
DeleteEvent ( List rowIds ) : void
Execute ( string query ) : void
ExecuteQuery ( string query ) : SQLitePCL.sqlite3_stmt
GetColumnValue ( SQLitePCL.sqlite3_stmt stmt, Type t, string columnName ) : object
GetEvents ( string appID, int maxAllowed ) : List
NumberOfEvents ( string appID ) : long
PutEvent ( string eventString, string appID ) : void
SQLiteEventStore ( ) : System
SetupSQLiteEventStore ( ) : void

Sets up SQLite database.

메소드 상세

Dispose() 공개 메소드

Disposes of all managed and unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Implements the Dispose pattern
protected Dispose ( bool disposing ) : void
disposing bool Whether this object is being disposed via a call to Dispose /// or garbage collected.
리턴 void

IncrementDeliveryAttempt() 공개 메소드

Increments the delivery attempt.
public IncrementDeliveryAttempt ( List rowIds ) : bool
rowIds List Row identifiers.
리턴 bool

SQLiteEventStore() 공개 메소드

Constructor of Amazon.MobileAnalytics.MobileAnalyticsManager.Internal.SQLiteEventStore
public SQLiteEventStore ( MobileAnalyticsManagerConfig maConfig ) : System
maConfig Amazon.MobileAnalytics.MobileAnalyticsManager.MobileAnalyticsManagerConfig Mobile Analytics Manager Configuration.
리턴 System