Skip to content

Commit e0db677

Browse files
committed
changing event signature to simple action - for manual dequeuing
1 parent 2948c42 commit e0db677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dds.net-connector-csharp.lib/Interfaces/ISyncQueueReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal interface ISyncQueueReader<T>
99
/// <summary>
1010
/// The event is initiated upon availability of data.
1111
/// </summary>
12-
event Action<T>? DataAvailable;
12+
event Action? DataAvailable;
1313
/// <summary>
1414
/// Checks if the queue has any element to dequeue.
1515
/// </summary>

0 commit comments

Comments
 (0)