diff options
| author | Cody Robibero <cody@robibe.ro> | 2022-02-06 14:21:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 22:21:17 +0100 |
| commit | 10d52d16a8c4af67e0aa05e9a5f8b63fdf264e53 (patch) | |
| tree | d68d1c57253ffe36d2b88ea391d7f50dc94242ca /RSSDP/SsdpDeviceLocator.cs | |
| parent | f3c3402984ccef548cf29e406f4854d704a24a5f (diff) | |
Fix invalid cref (#7277)
Diffstat (limited to 'RSSDP/SsdpDeviceLocator.cs')
| -rw-r--r-- | RSSDP/SsdpDeviceLocator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RSSDP/SsdpDeviceLocator.cs b/RSSDP/SsdpDeviceLocator.cs index 3a52b2a3e..681ef0a5c 100644 --- a/RSSDP/SsdpDeviceLocator.cs +++ b/RSSDP/SsdpDeviceLocator.cs @@ -42,7 +42,7 @@ namespace Rssdp.Infrastructure /// Raised for when /// <list type="bullet"> /// <item>An 'alive' notification is received that a device, regardless of whether or not that device is not already in the cache or has previously raised this event.</item> - /// <item>For each item found during a device <see cref="SearchAsync()"/> (cached or not), allowing clients to respond to found devices before the entire search is complete.</item> + /// <item>For each item found during a device <see cref="SearchAsync(System.Threading.CancellationToken)"/> (cached or not), allowing clients to respond to found devices before the entire search is complete.</item> /// <item>Only if the notification type matches the <see cref="NotificationFilter"/> property. By default the filter is null, meaning all notifications raise events (regardless of ant </item> /// </list> /// <para>This event may be raised from a background thread, if interacting with UI or other objects with specific thread affinity invoking to the relevant thread is required.</para> |
