共用方式為


ClientRuntimeContext.Dispose 方法 (Boolean)

處置執行內容,根據指定的布林值。

命名空間:  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如果方法呼叫直接或間接使用者的程式碼及受管理及未受管理的資源可以被丟棄;false如果只可以丟棄未受管理的資源。

備註

這個方法處置根據指定參數的資源。

請參閱

參照

ClientRuntimeContext 類別

ClientRuntimeContext 成員

Dispose 多載

Microsoft.SharePoint.Client 命名空間