Click or drag to resize

INotificationServiceBeforeCustomDataClear Property

Before custom data clear when cafe session closing. Notification will provide only obsolete custom data dictionary that controlled by customDataObsolescenceDuration setting in config.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<IDictionary<string, string>, IReadOnlyCollection<string>> BeforeCustomDataClear { get; }

Property Value

Type: INotificationIDictionaryString, String, IReadOnlyCollectionString
See Also