| MobileFileOpenDataStreamAsync Method |
Gets the stream that can be used to read the file contents.
Namespace: Oracle.Cloud.Mobile.Synchronization.MobileEndpointAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task<IInputStream> OpenDataStreamAsync()
Public Function OpenDataStreamAsync As Task(Of IInputStream)
public:
Task<IInputStream^>^ OpenDataStreamAsync()
member OpenDataStreamAsync : unit -> Task<IInputStream>
Return Value
Type:
TaskIInputStreamAn IInputStream object.
See Also