Indicates the online status of the user.

Namespace:  Phoenix.Providers
Assembly:  Phoenix.DAL (in Phoenix.DAL.dll) Version: 2.9.3209.25656 (2.9.0.0)

Syntax

C#
public enum OnlineStatusEnum

Members

Member nameDescription
Available
User is available for chatting.
NotAvailable
User is not available for chatting.
Busy
User is busy and not available for chatting.
Away
User is away and not available for chatting.
OffLine
User is not logged in.

See Also