Determines wheter or not if a user is online.

Namespace:  Bone
Assembly:  BoneNet (in BoneNet.dll) Version: 0.1.3089.35299 (0.1.0)

Syntax

C#
public bool IsOnline(
	string name
)
Visual Basic (Declaration)
Public Function IsOnline ( _
	name As String _
) As Boolean
Visual C++
public:
bool IsOnline(
	String^ name
)

Parameters

name
Type: System..::.String
Name of the user to check the online status of.

Return Value

true on failure.

See Also