Show / Hide Table of Contents

Class PubSubMessage

The PubSub message exchanged between peers.

Inheritance
Object
PubSubMessage
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PeerTalk.PubSub
Assembly: PeerTalk.dll
Syntax
[ProtoContract]
public class PubSubMessage

Fields

| Improve this Doc View Source

PublishedMessages

Sequence of topic messages.

Declaration
[ProtoMember(2)]
public PublishedMessage[] PublishedMessages
Field Value
Type Description
PublishedMessage[]
| Improve this Doc View Source

Subscriptions

Sequence of topic subscriptions of the sender.

Declaration
[ProtoMember(1)]
public Subscription[] Subscriptions
Field Value
Type Description
Subscription[]
  • Improve this Doc
  • View Source
Back to top Generated by DocFX