mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-09-08 10:10:49 +00:00
Revisions
This commit is contained in:
@@ -9,7 +9,9 @@ public partial class BeaconResource
|
||||
|
||||
// No [AutoDelivery]: subscribable by default — requires an explicit
|
||||
// Subscribe request before occurrences flow to a given connection.
|
||||
[Export] public event ResourceEventHandler<string>? Ping;
|
||||
[Export]
|
||||
[Historical]
|
||||
public event ResourceEventHandler<string>? Ping;
|
||||
|
||||
// Opts out via [AutoDelivery]: flows to every attached connection
|
||||
// unconditionally.
|
||||
|
||||
Reference in New Issue
Block a user