Amazon.GameLift.AmazonGameLiftClient.DeleteBuild C# (CSharp) Метод

DeleteBuild() публичный Метод

Deletes a build. This action permanently deletes the build record and any uploaded build files.

To delete a build, specify its ID. Deleting a build does not affect the status of any active fleets using the build, but you can no longer create new fleets with the deleted build.

/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public DeleteBuild ( DeleteBuildRequest request ) : DeleteBuildResponse
request Amazon.GameLift.Model.DeleteBuildRequest Container for the necessary parameters to execute the DeleteBuild service method.
Результат DeleteBuildResponse
        public DeleteBuildResponse DeleteBuild(DeleteBuildRequest request)
        {
            var marshaller = new DeleteBuildRequestMarshaller();
            var unmarshaller = DeleteBuildResponseUnmarshaller.Instance;

            return Invoke<DeleteBuildRequest,DeleteBuildResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonGameLiftClient::DeleteBuild ( string buildId ) : DeleteBuildResponse
AmazonGameLiftClient