ODataMessageReader.Dispose Method
[M:System.IDisposable.Dispose()] implementation to cleanup unmanaged resources of the reader.
Namespace: Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Sub Dispose
'Usage
Dim instance As ODataMessageReader
instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
public final function Dispose()