protected override Common.PushChannelBase CreateChannel(Common.PushChannelSettings channelSettings)
 {
     return(new BlackberryPushChannel(channelSettings as BlackberryPushChannelSettings));
 }
 protected override Common.PushChannelBase CreateChannel(Common.PushChannelSettings channelSettings)
 {
     return(new WindowsPushChannel(channelSettings as WindowsPushChannelSettings));
 }
Esempio n. 3
0
 protected override Common.PushChannelBase CreateChannel(Common.PushChannelSettings channelSettings)
 {
     return(new ApplePushChannel(channelSettings as ApplePushChannelSettings));
 }