Amazon.CodeBuild.AmazonCodeBuildClient.StopBuild C# (CSharp) 메소드

StopBuild() 공개 메소드

Attempts to stop running a build.

Completed builds cannot be stopped.

/// The input value that was provided is not valid. /// /// The specified AWS resource cannot be found. ///
public StopBuild ( StopBuildRequest request ) : StopBuildResponse
request Amazon.CodeBuild.Model.StopBuildRequest Container for the necessary parameters to execute the StopBuild service method.
리턴 Amazon.CodeBuild.Model.StopBuildResponse
        public StopBuildResponse StopBuild(StopBuildRequest request)
        {
            var marshaller = new StopBuildRequestMarshaller();
            var unmarshaller = StopBuildResponseUnmarshaller.Instance;

            return Invoke<StopBuildRequest,StopBuildResponse>(request, marshaller, unmarshaller);
        }