DisposableReference ジェネリック クラス

Represents the disposable reference.

名前空間: Microsoft.WindowsAzure.Common.Internals
アセンブリ: Microsoft.WindowsAzure.Common (Microsoft.WindowsAzure.Common.dll)

使用方法

'使用
Dim instance As DisposableReference(Of T)

構文

'宣言
Public Class DisposableReference(Of T As IDisposable)
    Implements IDisposable
public class DisposableReference<T> : IDisposable where T : IDisposable
generic<typename T> where T : IDisposable
public ref class DisposableReference : IDisposable

GenericParameters

  • T
    The type of the reference.

継承階層

System.Object
  Microsoft.WindowsAzure.Common.Internals.DisposableReference

スレッド セーフ

この型の public static (Visual Basic では Shared) メンバーはすべてスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows 7 および Windows Server 2008

ターゲット プラットフォーム

関連項目

リファレンス

DisposableReference のメンバー
Microsoft.WindowsAzure.Common.Internals 名前空間