Click or drag to resize

IInputChannel Interface

Interface for input channels for task communication.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface IInputChannel

The IInputChannel type exposes the following members.

Properties
  NameDescription
Public propertyConfiguration
Gets the configuration of the input channel.
Public propertyInputStage
Gets the input stage of this channel.
Public propertyMemoryStorageLevel
Gets the current memory storage usage level.
Public propertyUsesMemoryStorage
Gets a value indicating whether the input channel uses memory storage to store inputs.
Top
Methods
Events
  NameDescription
Public eventMemoryStorageFull
Occurs when the input channel stalls waiting for space to become available in the memory storage.
Top
See Also