SmartFoxServer Silverlight API
IsOnline Method
NamespacesSmartFoxClientAPI.DataBuddyIsOnline()()()
A boolean flag indicating if the user is online
Declaration Syntax
C#Visual BasicVisual C++
public bool IsOnline()
Public Function IsOnline As Boolean
public:
bool IsOnline()
Return Value
true if the buddy is online
Remarks
Version:
SmartFoxServer Basic / Pro
Examples
CopyC#
if (buddy.IsOnline())
    Debug.WriteLine("Buddy is online");

Assembly: SmartFoxClientAPI_Silverlight (Module: SmartFoxClientAPI_Silverlight) Version: 1.0.0.0 (1.0.0.0)