C-DEngine 5.105

TSM..::..SetNoDuplicates Method

If set to true, older messages in the SenderQueue will be removed and only the newer one will be sent. This flag is working the oposite as NotToSendAgain. Use this for tiny fast telegrams that occur very often

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void SetNoDuplicates(
	bool how
)
Public Sub SetNoDuplicates ( _
	how As Boolean _
)
public:
void SetNoDuplicates(
	bool^ how
)

Parameters

how
Type: Boolean