Method | Description | |
---|---|---|
Get ( int begSeqNo, int endSeqNo, List |
||
GetCreationTime ( ) : System.DateTime | ||
GetNextSenderMsgSeqNum ( ) : int | ||
GetNextTargetMsgSeqNum ( ) : int | ||
IncrNextSenderMsgSeqNum ( ) : void | ||
IncrNextTargetMsgSeqNum ( ) : void | ||
MemoryStore ( ) : System.Collections.Generic | ||
Refresh ( ) : void | ||
Reset ( ) : void | ||
Set ( int msgSeqNum, string msg ) : bool | ||
SetNextSenderMsgSeqNum ( int value ) : void | ||
SetNextTargetMsgSeqNum ( int value ) : void |
public Get ( int begSeqNo, int endSeqNo, List |
||
begSeqNo | int | |
endSeqNo | int | |
messages | List |
|
return | bool |
public MemoryStore ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Set ( int msgSeqNum, string msg ) : bool | ||
msgSeqNum | int | |
msg | string | |
return | bool |
public SetNextSenderMsgSeqNum ( int value ) : void | ||
value | int | |
return | void |
public SetNextTargetMsgSeqNum ( int value ) : void | ||
value | int | |
return | void |