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.Booleantrue 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.