Connect to and Consume Azure Services and Third Party Services Flashcards
1
Q
Je moet een een stuk code implementeren dat kan worden gebruikt om een geplande notificatie te versturen door gebruik te maken van de Notification Hub SDK.
**xxxxxxx** whizlabsnotification = new AppleNotification("{Custom message"}); var scheduled = await hub.**xxxxxxx**(notification, new DateTime(2019, 7, 19, 0, 0, 0));
Wellke van onderstaande gaat in het eerste slot?
- Notify
- Notification
- SendNotification
- ScheduleNotificationAsync
A
Notification
2
Q
Je moet een een stuk code implementeren dat kan worden gebruikt om een geplande notificatie te versturen door gebruik te maken van de Notification Hub SDK.
**xxxxxxx** whizlabsnotification = new AppleNotification("{Custom message"}); var scheduled = await hub.**xxxxxxx**(notification, new DateTime(2019, 7, 19, 0, 0, 0));
Wellke van onderstaande gaat in het tweede slot?
- Notify
- Notification
- SendNotification
- ScheduleNotificationAsync
A
ScheduleNotificationAsync