For AI agents: visit https://soraco.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Configures the client for offline mode. You must specify the period in minutes that the client will go offline. After this period, an event will be fired and your application can take any action as needed.
bool GoOffline(double period, out string errorMessage);
Parameters
Parameter
Type
Description
period
double
the period in minutes that the client will go offline. After this period, an event will be fired.
errorMessage
string
a returned message with error information
Returns
Type
Description
Boolean
true if the operation was successful; otherwise, false.