public sealed class WebPeriodicService : IWebPeriodicService,
IHostedService, IAsyncDisposable
Public NotInheritable Class WebPeriodicService
Implements IWebPeriodicService, IHostedService, IAsyncDisposable
public ref class WebPeriodicService sealed : IWebPeriodicService,
IHostedService, IAsyncDisposable
[<SealedAttribute>]
type WebPeriodicService =
class
interface IWebPeriodicService
interface IHostedService
interface IAsyncDisposable
end
WebPeriodicService | Инициализирует новый экземпляр класса WebPeriodicService |
AddAsync | Добавить указанных работников. |
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) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RemoveAsync | Удалить указанных работников. |
StartAsync | Triggered when the application host is ready to start the service. |
StopAsync | Triggered when the application host is performing a graceful shutdown. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |