Share via


ODataBatchResponseItem.WriteResponseAsync Method (ODataBatchWriter, CancellationToken)

 

Writes the response.

Namespace:   System.Web.Http.OData.Batch
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public abstract Task WriteResponseAsync(
    ODataBatchWriter writer,
    CancellationToken cancellationToken
)
public:
virtual Task^ WriteResponseAsync(
    ODataBatchWriter^ writer,
    CancellationToken cancellationToken
) abstract
abstract WriteResponseAsync : 
        writer:ODataBatchWriter *
        cancellationToken:CancellationToken -> Task
Public MustOverride Function WriteResponseAsync (
    writer As ODataBatchWriter,
    cancellationToken As CancellationToken
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

See Also

ODataBatchResponseItem Class
System.Web.Http.OData.Batch Namespace

Return to top