[TIBCO.EMS .NET client library 6.0 documentation]

Get and Sets the disable message timestamp flag

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public bool DisableMessageTimestamp { get; set; }
Public Property DisableMessageTimestamp As Boolean
public:
property bool DisableMessageTimestamp {
	bool get ();
	void set (bool value);
}

Remarks

Applications that do not require timestamps can reduce overhead costs by disabling timestamps (set this property to true).

See Also