public sealed class SequenceProvider : ISequenceProvider
Public NotInheritable Class SequenceProvider
Implements ISequenceProvider
public ref class SequenceProvider sealed : ISequenceProvider
[<SealedAttribute>]
type SequenceProvider =
class
interface ISequenceProvider
end
SequenceProvider | Инициализирует новый экземпляр класса SequenceProvider |
AcquireNumberAsync | Выделяет номер без резервирования и возвращает его. |
AcquireReservedNumberAsync | Выделяет ранее зарезервированный номер. |
AcquireUnreservedNumberAsync | Выделяет указанный номер без резервирования и возвращает его. |
DereserveNumberAsync | Снимает резервирование с указанного номера. |
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) |
FixIntervalsAfterRemovingReserved | Изменяет интервалы занятых номеров после удаления заданного зарезервированного номера. |
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) |
ReleaseNumberAsync | Освобождает номер, который был выделен. |
ReserveAcquiredNumberAsync | Резервирует номер, который мог быть выделен. Если номер уже зарезервирован, не выполняет действий. |
ReserveNumberAsync | Резервирует номер и возвращает его. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |