IRandomAccessStreamReference.OpenReadAsync Method

Definition

Opens a stream for random access.

public:
 IAsyncOperation<IRandomAccessStreamWithContentType ^> ^ OpenReadAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync();
function openReadAsync()
Public Function OpenReadAsync () As IAsyncOperation(Of IRandomAccessStreamWithContentType)

Returns

The asynchronous operation.

Attributes

Applies to

See also