Share via


ODataBatchOperationRequestMessage.GetStreamAsync Method ()

 

Asynchronously gets the stream backing for this message.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public Task<Stream> GetStreamAsync()
public:
virtual Task<Stream^>^ GetStreamAsync() sealed
abstract GetStreamAsync : unit -> Task<Stream>
override GetStreamAsync : unit -> Task<Stream>
Public Function GetStreamAsync As Task(Of Stream)

Return Value

Type: System.Threading.Tasks.Task<Stream>

The stream backing for this message.

Implements

IODataRequestMessageAsync.GetStreamAsync()

See Also

ODataBatchOperationRequestMessage Class
Microsoft.OData.Core Namespace

Return to top