Beispiel #1
0
 /// <summary>
 /// Last Recording
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='responseBodyPath'>
 /// </param>
 /// <param name='authToken'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task GetLastRecordingAsync(this IDings operations, string responseBodyPath, string authToken = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.GetLastRecordingWithHttpMessagesAsync(responseBodyPath, authToken, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }