PeerEndPoint.Dispose 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放 PeerEndPoint 執行個體使用的所有資源。
多載
Dispose() |
釋放由 PeerEndPoint 物件使用的所有資源。 |
Dispose(Boolean) |
釋放 PeerEndPoint 物件所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。 |
Dispose()
釋放由 PeerEndPoint 物件使用的所有資源。
public:
virtual void Dispose();
[System.Security.SecurityCritical]
public void Dispose ();
[<System.Security.SecurityCritical>]
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()
實作
- 屬性
適用於
Dispose(Boolean)
釋放 PeerEndPoint 物件所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。
protected:
virtual void Dispose(bool disposing);
[System.Security.SecurityCritical]
protected virtual void Dispose (bool disposing);
[<System.Security.SecurityCritical>]
abstract member Dispose : bool -> unit
override this.Dispose : bool -> unit
Protected Overridable Sub Dispose (disposing As Boolean)
參數
- disposing
- Boolean
設定為 true
表示釋放 Managed 和 Unmanaged 資源,設定為 false
表示只釋放 Unmanaged 資源。
- 屬性