ServiceConnectionRequest

DesktopOperating SystemUWPWin32Windows

Properties

Name Type Description
triggerDetails object AppServiceTriggerDetails from the background task
View JSON Schema on GitHub

JSON Schema

microsoft-windows-10-serviceconnectionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceConnectionRequest",
  "title": "ServiceConnectionRequest",
  "type": "object",
  "properties": {
    "triggerDetails": {
      "type": "object",
      "description": "AppServiceTriggerDetails from the background task"
    }
  }
}