Table of Contents

Struct PushTopic<TMsg>

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll
public struct PushTopic<TMsg>

Type Parameters

TMsg
Inherited Members

Constructors

PushTopic(string)

public PushTopic(string Topic)

Parameters

Topic string

Fields

TopicName

public readonly string TopicName

Field Value

string

Properties

IsRPC

public bool IsRPC { get; }

Property Value

bool

Operators

implicit operator PushTopic<TMsg>(string)

public static implicit operator PushTopic<TMsg>(string topic)

Parameters

topic string

Returns

PushTopic<TMsg>