Exemple #1
0
 /// <summary>
 /// Get a list of contacts
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='subscriptionId'>
 /// </param>
 /// <param name='take'>
 /// Number of items to return
 /// </param>
 /// <param name='skip'>
 /// Number of item to skip over
 /// </param>
 /// <param name='country'>
 /// The country of the contact
 /// </param>
 public static PagedResponse <ContactsModel> GetContacts(this IContacts operations, string subscriptionId, int take, int skip, System.Guid?country = default(System.Guid?))
 {
     return(operations.GetContactsAsync(subscriptionId, take, skip, country).GetAwaiter().GetResult());
 }