Table of Contents

Delegate IRealtimeChannel.ErrorEventHandler

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