IStreamClosedFeature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |