コード例 #1
0
 public BlackberryPushChannel(BlackberryPushChannelSettings channelSettings, Common.PushServiceSettings serviceSettings = null) : base(channelSettings, serviceSettings)
 {
     blackberrySettings = channelSettings;
 }
コード例 #2
0
 public WindowsPushService(WindowsPushChannelSettings channelSettings, Common.PushServiceSettings serviceSettings) : base(channelSettings, serviceSettings)
 {
 }
コード例 #3
0
 public BlackberryPushService(BlackberryPushChannelSettings channelSettings, Common.PushServiceSettings serviceSettings)
     : base(channelSettings, serviceSettings)
 {
 }