C-DEngine 5.105

TSM..::..SetNotToSendAgain Method

If Set to true, any older package with the same HashID will be sent and the newer one will be ignored This flag is working the oposite as NoDuplicates. Use this for large Binary files or result sets.

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

Syntax


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

Parameters

how
Type: Boolean