C# SDK

◆ GetApplicationOptions()

static int GetApplicationOptions ( out SError  Error,
out string  strApplicationOptions,
Int32  MaxTime 
)
inlinestatic

@summary Retrieves application settings in a json string.

Parameters
Erroradditional error information in case of error
strApplicationOptionsjson string representing the list of application settings
MaxTimemaximum time (in milliseconds) the function can take. If MaxTime=0 function execution is not time limited
Returns
1 if function call is successfull, other value otherwise
Remarks
The returned json string expresses the structure described in JSON Application settings
Please note new output attributes might be added in future, but the existing ones will be kept for backward compatibility.

References SError.SizeOf().