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.
Gets the resources for disposal.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public abstract IEnumerable<IDisposable> GetResourcesForDisposal()
public:
virtual IEnumerable<IDisposable^>^ GetResourcesForDisposal() abstract
abstract GetResourcesForDisposal : unit -> IEnumerable<IDisposable>
Public MustOverride Function GetResourcesForDisposal As IEnumerable(Of IDisposable)
Return Value
Type: System.Collections.Generic.IEnumerable<IDisposable>
A collection of resources for disposal.
See Also
ODataBatchRequestItem Class
System.Web.Http.OData.Batch Namespace
Return to top