Delegate IRealtimeSocket.ErrorEventHandler
- Namespace
- Supabase.Realtime.Interfaces
- Assembly
- Supabase.Realtime.dll
Delegate for errors on this socket
public delegate void IRealtimeSocket.ErrorEventHandler(IRealtimeSocket sender, RealtimeException exception)
Parameters
sender
IRealtimeSocket- Delegate for errors on this socket
exception
RealtimeException- Delegate for errors on this socket