Table of Contents

Struct PushTopic<TRequest, TResponse>

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll
public struct PushTopic<TRequest, TResponse>

Type Parameters

TRequest
TResponse
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<TRequest, TResponse>(string)

public static implicit operator PushTopic<TRequest, TResponse>(string topic)

Parameters

topic string

Returns

PushTopic<TRequest, TResponse>