C-DEngine 5.105

TSM..::..SetWasProcessed Method

Set this flag if you want to make sure a message is not processed several times The C-DEngine is not using this flag internally - its for custom purpose only

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

Syntax


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

Parameters

how
Type: Boolean