Share via


ChangeSetResponseItem.WriteResponseAsync Method

Definition

Overloads

WriteResponseAsync(ODataBatchWriter, Boolean)

public override System.Threading.Tasks.Task WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer, bool asyncWriter);
override this.WriteResponseAsync : Microsoft.OData.ODataBatchWriter * bool -> System.Threading.Tasks.Task
Public Overrides Function WriteResponseAsync (writer As ODataBatchWriter, asyncWriter As Boolean) As Task

Parameters

asyncWriter
Boolean

Returns

Applies to

WriteResponseAsync(ODataBatchWriter, CancellationToken, Boolean)

Writes the responses as a ChangeSet.

public override System.Threading.Tasks.Task WriteResponseAsync(Microsoft.OData.ODataBatchWriter writer, System.Threading.CancellationToken cancellationToken, bool asyncWriter);
override this.WriteResponseAsync : Microsoft.OData.ODataBatchWriter * System.Threading.CancellationToken * bool -> System.Threading.Tasks.Task
Public Overrides Function WriteResponseAsync (writer As ODataBatchWriter, cancellationToken As CancellationToken, asyncWriter As Boolean) As Task

Parameters

cancellationToken
CancellationToken

The token to monitor for cancellation requests.

asyncWriter
Boolean

Whether or not the writer is writing asynchronously.

Returns

Applies to