Represents an Artix session. This class is used in conjunction with a SessionManager instance to create a session.
For a list of all members of this type, see Session Members.
System.Object
Bus.Services.Session
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
// Create a SessionManager instance.
//
SessionManager manager = new SessionManager("<soap-address-for-session-manager>");
// Request a session for group "my-group", with a session timeout of sixty seconds.
//
Session session = new Session(manager, "my-group", 60)
Namespace: Bus.Services
Assembly: Bus.Services (in Bus.Services.dll)
Session Members | Bus.Services Namespace