WebRequestExecutor.Dispose 方法
釋放WebRequestExecutor所使用的資源。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Overridable Sub Dispose
'用途
Dim instance As WebRequestExecutor
instance.Dispose()
public virtual void Dispose()
實作
備註
無法呼叫這個方法。在設計衍生的類別時,應釋放資源,例如關閉回應資料流。