Exago .NET API Documentation
TempCloudService Property
Example 
WebReports.Api.Common Namespace > General Class : TempCloudService Property

Web Service, .NET Assembly, or Azure Authentication string used to integrate into a cloud environment. For more information see Cloud Environment Integration.

This is Exago's built-in solution for handling multiple instances. Specifying a Temp Cloud Service causes each instance to push its temporary files to a shared Blob container.

Then if a subsequent user call reaches a separate instance, that instance will pull the relevant files from the Blob to its local temp directory. Temp files may only be stored in blob storage.

Syntax
public System.string TempCloudService {get; set;}

Property Value

A formatted connection string to connect to the cloud temp service.

The connection strings used for report, configuration file and temporary file storage must be unique.
Remarks
The same as setting Admin Console > General > Main Settings > Temp Cloud Service
Example
Store temporary files in a blob container named ourExagoTempFiles
api.General.TempCloudService = "type = azure; credentials = \'DefaultEndpointsProtocol=https;AccountName=acctName;AccountKey=encryptedalphanumeric\'; storagekey = ourExagoTempFiles;";
See Also

Reference

General Class
General Members

Exago Knowledge Base

Main Settings
Installing Exago on Azure
Roles
Temp Cloud Service