SyncEngineSendPushNotificationToServer Method |
Namespace:
Unvired.Kernel.Sync
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void SendPushNotificationToServer(
PushNotificationChannel channel
)
Public Sub SendPushNotificationToServer (
channel As PushNotificationChannel
)
public:
void SendPushNotificationToServer(
PushNotificationChannel^ channel
)
member SendPushNotificationToServer :
channel : PushNotificationChannel -> unit
Parameters
- channel
- Type: Windows.Networking.PushNotificationsPushNotificationChannel
See Also