Click or drag to resize
MobileBackendManagerConfiguration Constructor
Overload List
  NameDescription
Public methodMobileBackendManagerConfiguration
Initializes an empty configuration object.
Public methodMobileBackendManagerConfiguration(Stream)
Reads the configuration from a json stream.
Public methodMobileBackendManagerConfiguration(String)
Reads the configuration from an asset. The URI ("ms-appx:///") may or may not be pre-pended.
Public methodMobileBackendManagerConfiguration(StorageFile)
Reads the configuration from a json file.
Top
See Also