public class CalendarSettingsCache : ICalendarSettingsCache
Public Class CalendarSettingsCache
Implements ICalendarSettingsCache
public ref class CalendarSettingsCache : ICalendarSettingsCache
type CalendarSettingsCache =
class
interface ICalendarSettingsCache
end
CalendarSettingsCache | Инициализирует новый экземпляр класса CalendarSettingsCache |
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) |
GetCalendarSettingsAsync | Получает настройки календаря через 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) |