Flags to specify what action to take during the closing of the Session.

C# |
public enum SessionCloseFlags

Member | Description |
---|---|
DetachOnClose | Flag to indicate that the Session will be detached from its currently associated Connection. |
DestroyOnClose | Flag to indicate that the Session will be closed. |

These flags should be specified as an argument to the Session.close() method call.