Pings the specified user.
Namespace:
BoneAssembly: 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.