Esempio n. 1
0
 public async Task <StartExportSessionResponse> StartExportSessionAsync(StartExportSessionRequest request) => await Task.FromResult(new StartExportSessionResponse());
Esempio n. 2
0
 public async Task <StartExportSessionResponse> StartExportSessionAsync(StartExportSessionRequest request) => await ExecuteHttpPostAsync <StartExportSessionResponse>("v1", "startexportsession", request).ConfigureAwait(false);