public interface IEdsServiceHost : IAsyncDisposable,
IDisposable
Public Interface IEdsServiceHost
Inherits IAsyncDisposable, IDisposable
public interface class IEdsServiceHost : IAsyncDisposable,
IDisposable
type IEdsServiceHost =
interface
interface IAsyncDisposable
interface IDisposable
end
ServiceStarted | Признак того, что сервис запущен. |
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) |
StartServiceAsync | Запускает сервис в отдельном процессе. |
StopServiceAsync | Останавливает сервис в отдельном процессе. |