public class CalendarTypeSettingsCache : ICalendarTypeSettingsCache
Public Class CalendarTypeSettingsCache
Implements ICalendarTypeSettingsCache
public ref class CalendarTypeSettingsCache : ICalendarTypeSettingsCache
type CalendarTypeSettingsCache =
class
interface ICalendarTypeSettingsCache
end
CalendarTypeSettingsCache | Инициализирует новый экземпляр класса CalendarTypeSettingsCache |
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) |
GetCalendarTypeSettingsAsync | Получает настройки типа календаря через ICalendarSettingsProvider. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InvalidateAsync | Инвалидация кэша. Имеет смысл только при использовании с объектами нуждающимися в кэше на сервере. Клиент всё равно не узнает, что настройки обновились пока не перезапустит клиент. За исключением тех случаев, когда пользователь сам меняет настройки календарей. |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |