Click or drag to resize
MobileBackendLoadAppConfigAsync Method
Downloads the configuration from the service. The AppConfig property will contain the downloaded configuration.

Namespace: Oracle.Cloud.Mobile.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<AppConfig> LoadAppConfigAsync()

Return Value

Type: TaskAppConfig
The downloaded AppConfig instance.

Implements

IMobileBackendLoadAppConfigAsync
See Also