Represents extension mehods for windows push service manager.
Definition
public static class WindowsPushServiceManagerExtensions
Summary
The following table summarizes the members exposed in this class.
Static Methods
RegisterWindowsService(PushServiceManager, WindowsPushChannelSettings, IPushServiceSettings) | Registers the windows push service. |
RegisterWindowsService(PushServiceManager, WindowsPushChannelSettings, string, IPushServiceSettings) | Registers the windows push service. |
Static Methods
public static void RegisterWindowsService(PushServiceManager manager, WindowsPushChannelSettings channelSettings, IPushServiceSettings serviceSettings)
Registers the windows push service.
Parameters
manager | The manager. |
channelSettings | The channel settings. |
serviceSettings | The service settings. |
public static void RegisterWindowsService(PushServiceManager manager, WindowsPushChannelSettings channelSettings, string applicationId, IPushServiceSettings serviceSettings)
Registers the windows push service.
Parameters
manager | The manager. |
channelSettings | The channel settings. |
applicationId | The application identifier. |
serviceSettings | The service settings. |