ChangeSetResponseItem.WriteResponseAsync Method (ODataBatchWriter, CancellationToken)
Writes the responses as a ChangeSet.
Namespace: System.Web.OData.Batch
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
[DebuggerStepThroughAttribute]
public override Task WriteResponseAsync(
ODataBatchWriter writer,
CancellationToken cancellationToken
)
public:
[DebuggerStepThroughAttribute]
virtual Task^ WriteResponseAsync(
ODataBatchWriter^ writer,
CancellationToken cancellationToken
) override
[<DebuggerStepThroughAttribute>]
override WriteResponseAsync :
writer:ODataBatchWriter *
cancellationToken:CancellationToken -> Task
<DebuggerStepThroughAttribute>
Public Overrides Function WriteResponseAsync (
writer As ODataBatchWriter,
cancellationToken As CancellationToken
) As Task
Parameters
writer
Type: Microsoft.OData.Core.ODataBatchWriterThe ODataBatchWriter.
cancellationToken
Type: System.Threading.CancellationTokenThe token to monitor for cancellation requests.
Return Value
Type: System.Threading.Tasks.Task
See Also
ChangeSetResponseItem Class
System.Web.OData.Batch Namespace
Return to top