public sealed class SchedulerStateManager : ISchedulerStateManagerPublic NotInheritable Class SchedulerStateManager
Implements ISchedulerStateManagerpublic ref class SchedulerStateManager sealed : ISchedulerStateManager[<SealedAttribute>]
type SchedulerStateManager =
class
interface ISchedulerStateManager
end| SchedulerStateManager | Инициализирует новый экземпляр класса SchedulerStateManager |
| CheckCurrentSchedulerStateAsync | Выполняет проверку и устанавливает признак, является ли данный процесс планировщиком задач, по данным Redis. |
| 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) |
| IsCurrentScheduler | Возвращает признак того, является ли текущий процесс планировщиком задач. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ReleaseSchedulerAsync | Выполняет освобождение позиции текущего планировщика задач. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| TryBecomeSchedulerAsync | Выполняет попытку стать текущим планировщиком задач и возвращает значение true, если текущий процесс стал текущим планировщиком задач. |