Exemple #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='mediaElementId'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteMediaElementAsync(this IMyAPI operations, int mediaElementId, CancellationToken cancellationToken = default(CancellationToken))
 {
     await operations.DeleteMediaElementWithHttpMessagesAsync(mediaElementId, null, cancellationToken).ConfigureAwait(false);
 }