Table of Contents

Interface IDeviceHeartbeat

Namespace
Huddly.Sdk.Heartbeat
Assembly
Huddly.Sdk.dll
public interface IDeviceHeartbeat

Properties

IsRunning

bool IsRunning { get; }

Property Value

bool

Methods

Resume()

void Resume()

Start(IDeviceMonitor, int, CancellationToken)

Task Start(IDeviceMonitor monitor, int probeInterval_ms, CancellationToken ct)

Parameters

monitor IDeviceMonitor
probeInterval_ms int
ct CancellationToken

Returns

Task

Suspend()

void Suspend()

Events

HeartbeatFailed

event EventHandler<IDevice>? HeartbeatFailed

Event Type

EventHandler<IDevice>