[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Get the acknowledge mode of the session as a SessionMode type
Namespace:
TIBCO.EMS.UFOAssembly: 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.