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>
 public static void GetLastRecording(this IDings operations, string responseBodyPath, string authToken = default(string))
 {
     operations.GetLastRecordingAsync(responseBodyPath, authToken).GetAwaiter().GetResult();
 }