imageMessage Type

Represents a message type that can either contain an image or an end-of-stream signal, which is used with an asynchronous reply channel

Union cases

Union case Description

EOS AsyncReplyChannel<unit>

Full Usage: EOS AsyncReplyChannel<unit>

Parameters:
Item : AsyncReplyChannel<unit>

Image MyImage

Full Usage: Image MyImage

Parameters:
Item : MyImage