示例#1
0
 protected async Task GetNotification()
 {
     Push pushNotifier = new Push();
     PushNotification result = await pushNotifier.GetNotification("bee2a35c-9f5d-425d-b4ff-6196e033efc0");
     string json = JsonUtil<PushNotification>.ToJson(result);
     Console.WriteLine(json);
 }