• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

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...
}
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top