Delegate IRealtimeChannel.ErrorEventHandler | realtime-csharp (original) (raw)

Namespace

Supabase.Realtime.Interfaces

Assembly

Supabase.Realtime.dll

Delegate for errors on this channel

public delegate void IRealtimeChannel.ErrorEventHandler(IRealtimeChannel sender, RealtimeException exception)

Parameters

sender IRealtimeChannel

Delegate for errors on this channel

exception RealtimeException

Delegate for errors on this channel

Edit this page