IConnectionHeartbeatFeature Interface

Definition

A feature that represents the connection heartbeat.

public interface class IConnectionHeartbeatFeature
public interface IConnectionHeartbeatFeature
type IConnectionHeartbeatFeature = interface
Public Interface IConnectionHeartbeatFeature

Methods

OnHeartbeat(Action<Object>, Object)

Registers the given action to be called with the associated state on each heartbeat of the connection.

Applies to