public interface IScanServiceProxy : IAsyncDisposable,
IDisposable, INotifyPropertyChanged
Public Interface IScanServiceProxy
Inherits IAsyncDisposable, IDisposable, INotifyPropertyChanged
public interface class IScanServiceProxy : IAsyncDisposable,
IDisposable, INotifyPropertyChanged
type IScanServiceProxy =
interface
interface IAsyncDisposable
interface IDisposable
interface INotifyPropertyChanged
end
State | Gets Текущее состояние |
CancelAsync | Осуществляет отмену операции сканирования |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Унаследован от IDisposable) |
DisposeAsync | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously. (Унаследован от IAsyncDisposable) |
GetSourcesAsync | Возвращает список источников сканирования |
StartScanAsync | Отправляет запрос на сканирование |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |