Artix .Net

Session Class

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 class Session : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

// 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)

Requirements

Namespace: Bus.Services

Assembly: Bus.Services (in Bus.Services.dll)

See Also

Session Members | Bus.Services Namespace