C# SDK

◆ SetApplicationOptions()

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

@summary Sets some or all application settings through the given json string.

Parameters
Erroradditional error information in case of error
strApplicationOptionsjson string representing the list of overwriting 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 input json string needs to be expressed in the structure described in JSON Application settings
Please note new input attributes might be added in future, but the existing ones will be kept for backward compatibility.

References SError.SizeOf().