Table of Contents

Class GetIdentity

Namespace
Bonsai.ZeroMQ
Assembly
Bonsai.ZeroMQ.dll

Represents an operator that extracts all the identity frames from each multiple part message in the sequence, up to and including the empty delimiter frame.

public class GetIdentity : Combinator<NetMQMessage, NetMQFrame>
Inheritance
Combinator<NetMQMessage, NetMQFrame>
GetIdentity
Inherited Members

Methods

Process(IObservable<NetMQMessage>)

Extracts all the identity frames from each multiple part message in an observable sequence, up to and including the empty delimiter frame.