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 registered for dispose on the Operation request message.
Namespace: System.Web.Http.OData.Batch
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public override IEnumerable<IDisposable> GetResourcesForDisposal()
public:
virtual IEnumerable<IDisposable^>^ GetResourcesForDisposal() override
override GetResourcesForDisposal : unit -> IEnumerable<IDisposable>
Public Overrides Function GetResourcesForDisposal As IEnumerable(Of IDisposable)
Return Value
Type: System.Collections.Generic.IEnumerable<IDisposable>
A collection of resources registered for dispose.
See Also
OperationRequestItem Class
System.Web.Http.OData.Batch Namespace
Return to top