Ejemplo n.º 1
0
 /// <summary>Snippet for GetNotificationChannelDescriptor</summary>
 public void GetNotificationChannelDescriptor()
 {
     // Snippet: GetNotificationChannelDescriptor(NotificationChannelDescriptorName,CallSettings)
     // Create client
     NotificationChannelServiceClient notificationChannelServiceClient = NotificationChannelServiceClient.Create();
     // Initialize request argument(s)
     NotificationChannelDescriptorName name = new NotificationChannelDescriptorName("[PROJECT]", "[CHANNEL_DESCRIPTOR]");
     // Make the request
     NotificationChannelDescriptor response = notificationChannelServiceClient.GetNotificationChannelDescriptor(name);
     // End snippet
 }