WebRequestExecutor.Dispose 方法

Releases the resources used by the 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()

实现

IDisposable.Dispose()

备注

This method cannot be called. The derived classes should be designed to release the resource, such as closing the response stream.

另请参阅

引用

WebRequestExecutor 类

WebRequestExecutor 成员

Microsoft.SharePoint.Client 命名空间