Version 104.4.240 
            The Background Service that will be associated with the commands/events.
            Every Background Service operates independently, but they share the same
            API.
            
 
    Namespace: 
   CefSharp.DevTools.BackgroundService
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum class ServiceName
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | BackgroundFetch | 0 | 
            backgroundFetch
             | 
 | BackgroundSync | 1 | 
            backgroundSync
             | 
 | PushMessaging | 2 | 
            pushMessaging
             | 
 | Notifications | 3 | 
            notifications
             | 
 | PaymentHandler | 4 | 
            paymentHandler
             | 
 | PeriodicBackgroundSync | 5 | 
            periodicBackgroundSync
             | 
See Also