|
wstring NagGuiCalls::CallConnectorAsync |
( |
wstring |
szwProduct, |
|
|
wstring |
szwVersion, |
|
|
wstring |
szwCallName, |
|
|
params |
pInData |
|
) |
| |
Asynchronously connects to the remote host (if hasn't connected yet), and makes call with the specified name szwCallName
- Parameters:
-
szwProduct | product name |
szwVersion | product settings compatibility version |
szwCallName | remote call name |
pInData | call-specific input data |
- Returns:
- asynchronous request ID, used to get the result
- Exceptions:
-
|