コード例 #1
0
 public async Task <StartExportSessionResponse> StartExportSessionAsync(StartExportSessionRequest request) => await Task.FromResult(new StartExportSessionResponse());
コード例 #2
0
 public async Task <StartExportSessionResponse> StartExportSessionAsync(StartExportSessionRequest request) => await ExecuteHttpPostAsync <StartExportSessionResponse>("v1", "startexportsession", request).ConfigureAwait(false);