Show / Hide Table of Contents

Class Subscription

A peer's subscription to a topic.

Inheritance
Object
Subscription
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 Subscription

Fields

| Improve this Doc View Source

Subscribe

Determines if the topic is subscribed to.

Declaration
[ProtoMember(1)]
public bool Subscribe
Field Value
Type Description
Boolean

true if subscribing; otherwise, false if unsubscribing.

| Improve this Doc View Source

Topic

The topic name/id.

Declaration
[ProtoMember(2)]
public string Topic
Field Value
Type Description
String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX