共用方式為


IStreamClosedFeature 介面

定義

表示資料流程的關閉動作。

public interface IStreamClosedFeature
type IStreamClosedFeature = interface
Public Interface IStreamClosedFeature

方法

OnClosed(Action<Object>, Object)

註冊在關閉資料流程時要叫用的回呼。 如果資料流程已經處於關閉狀態,則會立即執行回呼。

適用於