Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.
This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-dotnet.
For more information, see the v4 end of life (EOL) announcement and related FAQ.
Public Member Functions | |
StreamingEventMonitor () | |
StreamingEventMonitor (Action< Value > onNext, Action< Exception > onError, Action onCompleted) | |
void | Subscribe (StreamingEventHandler provider) |
void | Unsubscribe () |
virtual void | OnNext (Value value) |
virtual void | OnError (Exception error) |
virtual void | OnCompleted () |
void | RequestData () |
Definition at line 12 of file StreamingEventMonitor.cs.
FaunaDB.Client.StreamingEventMonitor.StreamingEventMonitor | ( | ) |
Definition at line 21 of file StreamingEventMonitor.cs.
FaunaDB.Client.StreamingEventMonitor.StreamingEventMonitor | ( | Action< Value > | onNext, |
Action< Exception > | onError, | ||
Action | onCompleted | ||
) |
Definition at line 23 of file StreamingEventMonitor.cs.
|
virtual |
Definition at line 53 of file StreamingEventMonitor.cs.
|
virtual |
Definition at line 48 of file StreamingEventMonitor.cs.
|
virtual |
Definition at line 43 of file StreamingEventMonitor.cs.
void FaunaDB.Client.StreamingEventMonitor.RequestData | ( | ) |
Definition at line 58 of file StreamingEventMonitor.cs.
void FaunaDB.Client.StreamingEventMonitor.Subscribe | ( | StreamingEventHandler | provider | ) |
Definition at line 30 of file StreamingEventMonitor.cs.
void FaunaDB.Client.StreamingEventMonitor.Unsubscribe | ( | ) |
Definition at line 38 of file StreamingEventMonitor.cs.