Represents a factory object for apple push service channel.
Definition
public class ApplePushChannelFactory : IPushChannelFactory
Summary
The following table summarizes the members exposed in this class.
Public Constructors
ApplePushChannelFactory Constructor() | Initializes a new instance of the ApplePushChannelFactory class. |
Public Methods
CreateChannel(IPushChannelSettings) | Creates the push channel. |
Public Constructors
public ApplePushChannelFactory()
Public Methods
public IPushChannel CreateChannel(IPushChannelSettings channelSettings)
Creates the push channel.
Parameters
channelSettings | The push channel settings. |
Exceptions
ArgumentException | Channel Settings must be of type ApplePushChannelSettings |