共用方式為


BaseConnectionContext.Abort 方法

定義

多載

Abort()

中止基礎連線。

Abort(ConnectionAbortedException)

中止基礎連線。

Abort()

來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs

中止基礎連線。

public:
 abstract void Abort();
public abstract void Abort ();
abstract member Abort : unit -> unit
Public MustOverride Sub Abort ()

適用於

Abort(ConnectionAbortedException)

來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs
來源:
BaseConnectionContext.cs

中止基礎連線。

public:
 abstract void Abort(Microsoft::AspNetCore::Connections::ConnectionAbortedException ^ abortReason);
public abstract void Abort (Microsoft.AspNetCore.Connections.ConnectionAbortedException abortReason);
abstract member Abort : Microsoft.AspNetCore.Connections.ConnectionAbortedException -> unit
Public MustOverride Sub Abort (abortReason As ConnectionAbortedException)

參數

abortReason
ConnectionAbortedException

ConnectionAbortedException 描述連接終止的原因。

適用於