Метод | Описание | |
---|---|---|
CacheRequest ( Carrot, serviceType, string endpoint, object>.Dictionary |
||
CarrotCache ( ) : System | ||
Dispose ( ) : void | ||
RequestsInCache ( Carrot, authStatus ) : List |
||
markInstallMetricSent ( ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
sqlite3_close ( IntPtr db ) : int | ||
sqlite3_column_double ( IntPtr stmHandle, int iCol ) : double | ||
sqlite3_column_int ( IntPtr stmHandle, int iCol ) : int | ||
sqlite3_column_int64 ( IntPtr stmHandle, int iCol ) : long | ||
sqlite3_column_text ( IntPtr stmHandle, int iCol ) : string | ||
sqlite3_errmsg ( IntPtr db ) : string | ||
sqlite3_exec ( IntPtr db, string zSql, IntPtr callback, IntPtr cbArg, IntPtr errmsg ) : int | ||
sqlite3_finalize ( IntPtr stmHandle ) : int | ||
sqlite3_last_insert_rowid ( IntPtr db ) : long | ||
sqlite3_open ( string filename, IntPtr &ppDb ) : int | ||
sqlite3_prepare_v2 ( IntPtr db, string zSql, int nByte, IntPtr &ppStmpt, IntPtr pzTail ) : int | ||
sqlite3_step ( IntPtr stmHandle ) : int |
public CacheRequest ( Carrot, serviceType, string endpoint, object>.Dictionary |
||
serviceType | Carrot, | |
endpoint | string | |
parameters | object>.Dictionary | |
Результат | CachedRequest |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public RequestsInCache ( Carrot, authStatus ) : List |
||
authStatus | Carrot, | |
Результат | List |