MobileBackendManagerConfiguration Constructor (Stream) |
Reads the configuration from a json stream.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackendManagerConfiguration(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
MobileBackendManagerConfiguration(
Stream^ stream
)
new :
stream : Stream -> MobileBackendManagerConfiguration
Parameters
- stream
- Type: System.IOStream
The stream to read the configuration from.
See Also