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.

Fauna csharp driver  5.0.0-preview
Public Member Functions | List of all members
FaunaDB.Client.StreamingEventHandler Class Reference
Inheritance diagram for FaunaDB.Client.StreamingEventHandler:

Public Member Functions

 StreamingEventHandler (Stream dataSource, Func< Task > checkConnection=null)
 
IDisposable Subscribe (IObserver< Value > observer)
 
async void RequestData ()
 
void Complete ()
 
void Dispose ()
 

Detailed Description

Definition at line 12 of file StreamingEventHandler.cs.

Constructor & Destructor Documentation

◆ StreamingEventHandler()

FaunaDB.Client.StreamingEventHandler.StreamingEventHandler ( Stream  dataSource,
Func< Task >  checkConnection = null 
)

Definition at line 24 of file StreamingEventHandler.cs.

Member Function Documentation

◆ Complete()

void FaunaDB.Client.StreamingEventHandler.Complete ( )

Definition at line 98 of file StreamingEventHandler.cs.

◆ Dispose()

void FaunaDB.Client.StreamingEventHandler.Dispose ( )

Definition at line 115 of file StreamingEventHandler.cs.

◆ RequestData()

async void FaunaDB.Client.StreamingEventHandler.RequestData ( )

Definition at line 72 of file StreamingEventHandler.cs.

◆ Subscribe()

IDisposable FaunaDB.Client.StreamingEventHandler.Subscribe ( IObserver< Value observer)

Definition at line 62 of file StreamingEventHandler.cs.


The documentation for this class was generated from the following file: