Class that holds the list of users that are logged in.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class UserList : ICollection
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class UserList _
	Implements ICollection
Visual C++
[DefaultMemberAttribute(L"Item")]
public ref class UserList : ICollection

Remarks

Note: This does not support the concept of logging off - this would get tricky to implement as we would need to remove accounts, positions and orders that are no longer accessible by the main user or other logged in users.

Inheritance Hierarchy

System..::.Object
  T4.API..::.UserList

See Also