ODataMessageReader.Dispose Method ()

 

Releases the resources used by the current instance of the ODataMessageReader class.

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Syntax

public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Public Sub Dispose

Implements

IDisposable.Dispose()

See Also

ODataMessageReader Class
Microsoft.OData.Core Namespace

Return to top