Pings the specified user.

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

Syntax

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

Parameters

user
Type: System..::.String
Name of the user to ping.

Return Value

true on failure.

See Also