DisposableReference<T> Class
Represents the disposable reference.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
| Name | Description | |
|---|---|---|
![]() | DisposableReference<T>(T) | Initializes a new instance of the DisposableReference<T> class. |
| Name | Description | |
|---|---|---|
![]() | Reference | Gets the reference object. |
![]() | ReferenceCount | Gets the number of reference objects. |
| Name | Description | |
|---|---|---|
![]() | AddReference() | Adds a reference to the reference count. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseReference() | Releases the resource used by a reference. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable.Dispose() | Releases the resources used by the DisposableReference<T> object. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




