次の方法で共有


ClientRuntimeContext.Dispose メソッド (Boolean)

Disposes of the runtime context depending on the specified Boolean value.

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内);  Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内)  Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)

構文

'宣言
Protected Overridable Sub Dispose ( _
    disposing As Boolean _
)
'使用
Dim disposing As Boolean

Me.Dispose(disposing)
protected virtual void Dispose(
    bool disposing
)

パラメーター

  • disposing
    型: System.Boolean

    true if the method has been called directly or indirectly by the user's code and managed and unmanaged resources can be disposed of; false if only unmanaged resources can be disposed of.

注釈

This method disposes of the resource based on the specified parameter.

関連項目

参照先

ClientRuntimeContext クラス

ClientRuntimeContext メンバー

Dispose オーバーロード

Microsoft.SharePoint.Client 名前空間