Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Asynchronously get the stream backing for this message.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Function GetStreamAsync As Task(Of Stream)
'Usage
Dim instance As ODataBatchOperationResponseMessage
Dim returnValue As Task(Of Stream)
returnValue = instance.GetStreamAsync()
public Task<Stream> GetStreamAsync()
public:
virtual Task<Stream^>^ GetStreamAsync() sealed
abstract GetStreamAsync : unit -> Task<Stream>
override GetStreamAsync : unit -> Task<Stream>
public final function GetStreamAsync() : Task<Stream>
Return Value
Type: System.Threading.Tasks.Task<Stream>
The stream backing for this message.
Implements
IODataResponseMessageAsync.GetStreamAsync()