Example #1
0
 public Task <AsyncJobResponse> ExtractIsoAsync(ExtractIsoRequest request) => Proxy.RequestAsync <AsyncJobResponse>(request);
Example #2
0
 public AsyncJobResponse ExtractIso(ExtractIsoRequest request) => Proxy.Request <AsyncJobResponse>(request);