Beispiel #1
0
 /// <summary>Snippet for GetNotificationChannelVerificationCode</summary>
 public void GetNotificationChannelVerificationCode()
 {
     // Snippet: GetNotificationChannelVerificationCode(NotificationChannelName,CallSettings)
     // Create client
     NotificationChannelServiceClient notificationChannelServiceClient = NotificationChannelServiceClient.Create();
     // Initialize request argument(s)
     NotificationChannelName name = new NotificationChannelName("[PROJECT]", "[NOTIFICATION_CHANNEL]");
     // Make the request
     GetNotificationChannelVerificationCodeResponse response = notificationChannelServiceClient.GetNotificationChannelVerificationCode(name);
     // End snippet
 }