public sealed class DiscoveryKeyStrategy : IDiscoveryKeyStrategy,
IDiscoveryKeyFileListener, IAsyncDisposablePublic NotInheritable Class DiscoveryKeyStrategy
Implements IDiscoveryKeyStrategy, IDiscoveryKeyFileListener, IAsyncDisposablepublic ref class DiscoveryKeyStrategy sealed : IDiscoveryKeyStrategy,
IDiscoveryKeyFileListener, IAsyncDisposable[<SealedAttribute>]
type DiscoveryKeyStrategy =
class
interface IDiscoveryKeyStrategy
interface IDiscoveryKeyFileListener
interface IAsyncDisposable
end| DiscoveryKeyStrategy | Инициализирует новый экземпляр класса DiscoveryKeyStrategy |
| AddKeyAsync | Добавляет сериализованный ключ discovery. |
| DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetKeysAsync | Возвращает известные ключи discovery. |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| NotifyKeyFileAddedAsync | Уведомляет обработчик о новом файле с ключом discovery. |
| RemoveKeyAsync | Удаляет ключ discovery по его идентификатору. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryGetKeyAsync | Возвращает ключ discovery по его идентификатору. |