Class PubsubSubscription
Represents an active subscription to a pub/sub topic.
public class PubsubSubscription
- Inheritance
-
PubsubSubscription
- Inherited Members
Constructors
PubsubSubscription(string, ChannelWriter<PubsubSubscribeResponse>)
public PubsubSubscription(string topic, ChannelWriter<PubsubSubscribeResponse> writer)
Parameters
topicstringwriterChannelWriter<PubsubSubscribeResponse>
Properties
AddedAt
public DateTime AddedAt { get; }
Property Value
Topic
public string Topic { get; }
Property Value
Writer
public ChannelWriter<PubsubSubscribeResponse> Writer { get; }
Property Value
- ChannelWriter<PubsubSubscribeResponse>