We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cdf4a0 commit 2948c42Copy full SHA for 2948c42
src/dds.net-connector-csharp.lib/Interfaces/ISyncQueueReader.cs
@@ -6,6 +6,10 @@
6
/// <typeparam name="T">Any type.</typeparam>
7
internal interface ISyncQueueReader<T>
8
{
9
+ /// <summary>
10
+ /// The event is initiated upon availability of data.
11
+ /// </summary>
12
+ event Action<T>? DataAvailable;
13
/// <summary>
14
/// Checks if the queue has any element to dequeue.
15
/// </summary>
0 commit comments