Esempio n. 1
0
 /// <summary>
 ///   Retrieves information about an Event Hub, including the number of partitions present
 ///   and their identifiers.
 /// </summary>
 ///
 /// <param name="cancellationToken">An optional <see cref="CancellationToken"/> instance to signal the request to cancel the operation.</param>
 ///
 /// <returns>The set of information for the Event Hub that this client is associated with.</returns>
 ///
 public virtual Task <EventHubProperties> GetPropertiesAsync(CancellationToken cancellationToken = default) => InnerClient.GetPropertiesAsync(cancellationToken);