Table of Contents

Delegate IRealtimeClient<TSocket, TChannel>.SocketStateEventHandler

Namespace
Supabase.Realtime.Interfaces
Assembly
Supabase.Realtime.dll

Delegate for handling a socket state event, this can be seen as synonymous with the Client's state.

public delegate void IRealtimeClient<TSocket, TChannel>.SocketStateEventHandler(IRealtimeClient<TSocket, TChannel> sender, Constants.SocketState state)

Parameters

sender IRealtimeClient<TSocket, TChannel>
Delegate for handling a socket state event, this can be seen as synonymous with the Client's state.
state Constants.SocketState
Delegate for handling a socket state event, this can be seen as synonymous with the Client's state.