DisposableReference<T>.IDisposable.Dispose Method ()
Releases the resources used by the DisposableReference<T> object.
Namespace: Microsoft.WindowsAzure.Common.Internals
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
void IDisposable.Dispose()
private:
virtual void Dispose() sealed = IDisposable::Dispose
private abstract Dispose : unit -> unit
private override Dispose : unit -> unit
Private Sub Dispose
Implements IDisposable.Dispose
Implements
See Also
DisposableReference<T> Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top