|
DbServerClientPing Method |
Update the last seen for the client
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Ping(
string clientId
)
Public Sub Ping (
clientId As String
)
public:
void Ping(
String^ clientId
)
member Ping :
clientId : string -> unit
Parameters
- clientId
- Type: SystemString
See Also