コード例 #1
0
 /// <summary>
 /// Get the test notifications by the notification id
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='notificationId'>
 /// The notification id
 /// </param>
 public static TestNotificationDetailsResponse GetTestNotifications(this IActionGroupsOperations operations, string notificationId)
 {
     return(operations.GetTestNotificationsAsync(notificationId).GetAwaiter().GetResult());
 }