Amazon.DeviceFarm.AmazonDeviceFarmClient.DeleteRun C# (CSharp) Method

DeleteRun() public method

Deletes the run, given the run ARN.

Note Deleting this resource does not stop an in-progress run.

/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public DeleteRun ( DeleteRunRequest request ) : DeleteRunResponse
request Amazon.DeviceFarm.Model.DeleteRunRequest Container for the necessary parameters to execute the DeleteRun service method.
return DeleteRunResponse
        public DeleteRunResponse DeleteRun(DeleteRunRequest request)
        {
            var marshaller = new DeleteRunRequestMarshaller();
            var unmarshaller = DeleteRunResponseUnmarshaller.Instance;

            return Invoke<DeleteRunRequest,DeleteRunResponse>(request, marshaller, unmarshaller);
        }
AmazonDeviceFarmClient