Skip to main content
All docs
V23.2
.NET 6.0+

NotificationsProvider.InitializeProvider(XafApplication, HashSet<ITypeInfo>) Method

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v23.2.dll

Declaration

public void InitializeProvider(
    XafApplication application,
    HashSet<ITypeInfo> eventsType
)

Parameters

Name Type
application XafApplication
eventsType HashSet<ITypeInfo>
See Also