Represents the WinRT push service.
Definition
public class WindowsPushService : PushServiceBase
Summary
The following table summarizes the members exposed in this class.
Public Constructors
WindowsPushService Constructor(WindowsPushChannelSettings) | Initializes a new instance of the WindowsPushService class by using the specified channel settings. |
WindowsPushService Constructor(WindowsPushChannelSettings, IPushServiceSettings) | Initializes a new instance of the WindowsPushService class by using the specified channel settings and service settings. |
WindowsPushService Constructor(IPushChannelFactory, WindowsPushChannelSettings) | Initializes a new instance of the WindowsPushService class by using the specified push channel factory and channel settings. |
WindowsPushService Constructor(IPushChannelFactory, WindowsPushChannelSettings, IPushServiceSettings) | Initializes a new instance of the WindowsPushService class by using the specified push channel factory, channel settings and service settings. |
Public Constructors
public WindowsPushService(WindowsPushChannelSettings channelSettings)
Initializes a new instance of the WindowsPushService class by using the specified channel settings.
Parameters
channelSettings | The channel settings. |
public WindowsPushService(WindowsPushChannelSettings channelSettings, IPushServiceSettings serviceSettings)
Initializes a new instance of the WindowsPushService class by using the specified channel settings and service settings.
Parameters
channelSettings | The channel settings. |
serviceSettings | The service settings. |
public WindowsPushService(IPushChannelFactory pushChannelFactory, WindowsPushChannelSettings channelSettings)
Initializes a new instance of the WindowsPushService class by using the specified push channel factory and channel settings.
Parameters
pushChannelFactory | The push channel factory. |
channelSettings | The channel settings. |
public WindowsPushService(IPushChannelFactory pushChannelFactory, WindowsPushChannelSettings channelSettings, IPushServiceSettings serviceSettings)
Initializes a new instance of the WindowsPushService class by using the specified push channel factory, channel settings and service settings.
Parameters
pushChannelFactory | The push channel factory. |
channelSettings | The channel settings. |
serviceSettings | The service settings. |