IStreamClosedFeature インターフェイス

定義

ストリームの閉じるアクションを表します。

public interface IStreamClosedFeature
type IStreamClosedFeature = interface
Public Interface IStreamClosedFeature

メソッド

OnClosed(Action<Object>, Object)

ストリームが閉じられたときに呼び出されるコールバックを登録します。 ストリームが既に閉じた状態にある場合、コールバックはすぐに実行されます。

適用対象