AlertSynchProviderClient.ClearCallbackCommandQueue Method (String)
Clears the callback command queue if an alert agent is not running on the client computer.
Namespace: Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework
Assembly: AlertFramework (in AlertFramework.dll)
Syntax
public void ClearCallbackCommandQueue(
string networkMachineId
)
public:
void ClearCallbackCommandQueue(
String^ networkMachineId
)
Public Sub ClearCallbackCommandQueue (
networkMachineId As String
)
Parameters
networkMachineId
Type: System.StringThe identifier of the client computer.
See Also
AlertSynchProviderClient Class
Microsoft.WindowsServerSolutions.NetworkHealth.AlertFramework Namespace
Return to top