共用方式為


IStatefulReconnectFeature 介面

定義

注意

您必須在專案檔中將 EnablePreviewFeatures 屬性設定為 True,並啟用專案中的預覽功能,才能使用此預覽 API。 如需詳細資訊,請參閱 https://aka.ms/dotnet-preview-features

IStatefulReconnectFeature is a preview interface.

提供連線重新連線作業的存取權。

public interface IStatefulReconnectFeature
type IStatefulReconnectFeature = interface
Public Interface IStatefulReconnectFeature

備註

這項功能是實驗性的。

方法

DisableReconnect()

允許停用重新連線功能,因此不再允許重新連線。

OnReconnected(Func<PipeWriter,Task>)

當連線重新連線時呼叫。 傳入應用程式程式碼所應寫入的新 PipeWriter

適用於