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