ExecuteCommand Method
Summary
Executes a custom command on the service.
Syntax
public void ExecuteCommand(
int command
)
Public Sub ExecuteCommand( _
ByVal command As Integer _
)
public:
void ExecuteCommand(
int command
)
Parameters
command
The custom command to execute. The value must be between 128 and 256, inclusive.