Property | Type | Description | |
---|---|---|---|
Init | void |
Method | Description | |
---|---|---|
Add ( |
||
Clear ( ) : void | ||
Contains ( |
||
Dispose ( ) : void | ||
Flush ( ) : void | ||
GetEnumerator ( ) : IEnumerator |
||
GetRange ( int offset, int limit ) : IList |
||
IndexOf ( |
||
Insert ( int index, |
||
Remove ( |
||
RemoveAt ( int offset ) : void | ||
SqliteMessageBuffer ( string dbPath ) : System | ||
SqliteMessageBuffer ( string sessionUsername, string protocol, string networkId, string chatId ) : System | ||
this ( int offset ) : |
Method | Description | |
---|---|---|
Init ( ) : void |
public GetRange ( int offset, int limit ) : IList |
||
offset | int | |
limit | int | |
return | IList |
public Insert ( int index, |
||
index | int | |
item | ||
return | void |
public SqliteMessageBuffer ( string dbPath ) : System | ||
dbPath | string | |
return | System |
public SqliteMessageBuffer ( string sessionUsername, string protocol, string networkId, string chatId ) : System | ||
sessionUsername | string | |
protocol | string | |
networkId | string | |
chatId | string | |
return | System |