Amazon.DeviceFarm.AmazonDeviceFarmClient.StopRun C# (CSharp) 메소드

StopRun() 공개 메소드

Initiates a stop request for the current test run. AWS Device Farm will immediately stop the run on devices where tests have not started executing, and you will not be billed for these devices. On devices where tests have started executing, Setup Suite and Teardown Suite tests will run to completion before stopping execution on those devices. You will be billed for Setup, Teardown, and any tests that were in progress or already completed.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public StopRun ( StopRunRequest request ) : StopRunResponse
request Amazon.DeviceFarm.Model.StopRunRequest Container for the necessary parameters to execute the StopRun service method.
리턴 Amazon.DeviceFarm.Model.StopRunResponse
        public StopRunResponse StopRun(StopRunRequest request)
        {
            var marshaller = new StopRunRequestMarshaller();
            var unmarshaller = StopRunResponseUnmarshaller.Instance;

            return Invoke<StopRunRequest,StopRunResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient