Container for all attributes that may be required when opening a session.

C# |
public sealed class SessionOpenAttributes

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | SessionOpenAttributes()()()() | Initializes a new instance of the SessionOpenAttributes class |
![]() | SessionCallback | Sets the session callback. |
![]() | SessionFlags | Sets the session flags. |
![]() | SessionId | Sets the id of the session to open. |

NOTE: If any of the methods of this class are called after the Main(...) method exits, the client or service process may behave in an undefined manner (for example, hang or terminate abnormally).

Object | |
![]() | SessionOpenAttributes |

[Platform.Symphony.Soam.Connection.OpenSession]