Table of Contents

Interface ISignalRService

Namespace
JD.AI.Dashboard.Wasm.Services
Assembly
JD.AI.Dashboard.Wasm.dll
public interface ISignalRService

Properties

ConnectionError

string ConnectionError { get; }

Property Value

string

IsConnected

bool IsConnected { get; }

Property Value

bool

Methods

ConnectAsync()

Task ConnectAsync()

Returns

Task

ConnectAsync(string, string?)

Task ConnectAsync(string baseUrl, string? token = null)

Parameters

baseUrl string
token string

Returns

Task

Events

OnStateChanged

event EventHandler? OnStateChanged

Event Type

EventHandler