Esempio n. 1
0
 public async Task<StopAllBotsResponse> StopAllBotsAsync(StopAllBotsRequest request)
 {
     return await _steamServiceClient.StopAllBotsAsync(request);
 }
Esempio n. 2
0
 public async Task <StopAllBotsResponse> StopAllBotsAsync(StopAllBotsRequest request)
 {
     return(await SendGrpcAction(async() => await _steamServiceClient.StopAllBotsAsync(request, DefaultSettings.GetDefaultSettings(30))));
 }