Click or drag to resize
MobileFileOpenDataStreamAsync Method
Gets the stream that can be used to read the file contents.

Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpoint
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task<IInputStream> OpenDataStreamAsync()

Return Value

Type: TaskIInputStream
An IInputStream object.
See Also