[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Get the acknowledge mode of the session as a SessionMode type

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

Syntax

public SessionMode SessionAcknowledgeMode { get; }
Public ReadOnly Property SessionAcknowledgeMode As SessionMode
public:
property SessionMode SessionAcknowledgeMode {
	SessionMode get ();
}

Remarks

This property accesses the same information as AcknowledgeMode, but uses enumerated values rather than ordinary integers. It is recommend over AcknowledgeMode because it enables .NET to do stronger type checking at compile time, which can enhance program reliability. For return values, see TIBCO.EMS.SessionMode.

See Also