Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the response as an Operation.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public override Task WriteResponseAsync(
ODataBatchWriter writer,
CancellationToken cancellationToken
)
public:
virtual Task^ WriteResponseAsync(
ODataBatchWriter^ writer,
CancellationToken cancellationToken
) override
override WriteResponseAsync :
writer:ODataBatchWriter *
cancellationToken:CancellationToken -> Task
Public Overrides Function WriteResponseAsync (
writer As ODataBatchWriter,
cancellationToken As CancellationToken
) As Task
Parameters
writer
Type: Microsoft.Data.OData.ODataBatchWriterThe ODataBatchWriter.
cancellationToken
Type: System.Threading.CancellationTokenThe token to monitor for cancellation requests.
Return Value
Type: System.Threading.Tasks.Task
See Also
OperationResponseItem Class
System.Web.Http.OData.Batch Namespace
Return to top