Table of Contents

Interface IGlowSignalRClient

Namespace
Phoesion.Glow.SDK.Client.SignalR
Assembly
Phoesion.Glow.SDK.Client.SignalR.dll
public interface IGlowSignalRClient : IGlowClient, IDisposable
Inherited Members

Properties

IsConnected

bool IsConnected { get; }

Property Value

bool

IsOpen

bool IsOpen { get; }

Property Value

bool

IsRegistered

bool IsRegistered { get; }

Property Value

bool

IsStarted

bool IsStarted { get; }

Property Value

bool

Methods

StartAsync(CancellationToken)

Task StartAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task

StopAsync(CancellationToken)

Task StopAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task