getAgent
Some tooltip text!
• Less than 1 minute to read
• Less than 1 minute to read
Description
Caution
This method should normally not be used.
Gets the binary file of the agent available on the server.
In parameters
| Parameter | Description |
|---|
Out parameters
| Parameter | Description |
|---|---|
| errorCode | See list of codes |
| binaryData | The binary executable |
Example
admin.adminService adminService = new admin.adminService();
System.Byte[] data;
if(adminService.getAgent( out data ) == "0")
{
//...storeDataToDisk...
}