AsyncSendRCmd
Starts the Remote Command process.
Syntax
|
Declare Function AsyncSendRCmd () As Boolean
|
Parameters
|
This method has no parameters
|
Return Value
|
- True, if all the parameters (except for the host name) are valid.
- False, if a required parameter is missing or invalid. The ErrorMsg Property provides the reason.
|
Note:
|
|
This is an asynchronous command. It returns immediately with no guarantee the connection was successful. All results come from Events. |
Related Topic
ErrorMsg