Click or drag to resize

InputChannelOnMemoryStorageFull Method

Raises the MemoryStorageFull event.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected virtual void OnMemoryStorageFull(
	MemoryStorageFullEventArgs e
)

Parameters

e
Type: Ookii.Jumbo.Jet.ChannelsMemoryStorageFullEventArgs
The EventArgs instance containing the event data.
See Also