Share via


WindowsRegistrationDescriptionCommon interface

Represents a Windows Notification Services (WNS) registration description.

Extends

Properties

channelUri

The channel URI.

Inherited Properties

etag

The ETag associated with this description.

expirationTime

The expiration time of the registration.

pushVariables

A dictionary of push variables associated with property bag.

registrationId

The registration ID.

tags

The tags associated with the registration.

Property Details

channelUri

The channel URI.

channelUri: string

Property Value

string

Inherited Property Details

etag

The ETag associated with this description.

etag?: string

Property Value

string

Inherited From RegistrationDescriptionCommon.etag

expirationTime

The expiration time of the registration.

expirationTime?: Date

Property Value

Date

Inherited From RegistrationDescriptionCommon.expirationTime

pushVariables

A dictionary of push variables associated with property bag.

pushVariables?: Record<string, string>

Property Value

Record<string, string>

Inherited From RegistrationDescriptionCommon.pushVariables

registrationId

The registration ID.

registrationId?: string

Property Value

string

Inherited From RegistrationDescriptionCommon.registrationId

tags

The tags associated with the registration.

tags?: string[]

Property Value

string[]

Inherited From RegistrationDescriptionCommon.tags