DisposableReference Members
Represents the disposable reference.
The following tables list the members exposed by the DisposableReference type.
Public Constructors
Name | Description | |
---|---|---|
DisposableReference | Initializes a new instance of the DisposableReference class. |
Top
Public Properties
Name | Description | |
---|---|---|
Reference | Gets the reference object. | |
ReferenceCount | Gets the number of reference objects. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
AddReference | Adds a reference to the reference count. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReleaseReference | Releases the resource used by a reference. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
Dispose | Releases the resources used by the DisposableReference object. |
Top
See Also
Reference
DisposableReference Class
Microsoft.WindowsAzure.Common.Internals Namespace