Class GetIdentity
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
-
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.