IStreamClosedFeature Interface

Definition

Represents the close action for a stream.

public interface IStreamClosedFeature
type IStreamClosedFeature = interface
Public Interface IStreamClosedFeature

Methods

OnClosed(Action<Object>, Object)

Registers a callback to be invoked when a stream is closed. If the stream is already in a closed state, the callback will be run immediately.

Applies to