ODataBatchRequestItem Class

 

Represents an OData batch request.

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


public ref class ODataBatchRequestItem abstract : IDisposable

NameDescription
System_CAPS_pubmethodDispose()

System_CAPS_protmethodDispose(Boolean)

Releases unmanaged and - optionally - managed resources.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetResourcesForDisposal()

Gets the resources for disposal.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticSendMessageAsync(HttpMessageInvoker^, HttpRequestMessage^, CancellationToken, Dictionary<String^, String^>^)

Sends a single OData batch request.

System_CAPS_pubmethodSendRequestAsync(HttpMessageInvoker^, CancellationToken)

Sends the request.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: