Beispiel #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 <MediaElement> GetMediaElementAsync(this IMyAPI operations, int mediaElementId, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetMediaElementWithHttpMessagesAsync(mediaElementId, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }