Amazon.GameLift.AmazonGameLiftClient.DeleteAlias C# (CSharp) Method

DeleteAlias() public method

Deletes an alias. This action removes all record of the alias; game clients attempting to access a server process using the deleted alias receive an error. To delete an alias, specify the alias ID to be deleted.
/// 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 DeleteAlias ( DeleteAliasRequest request ) : DeleteAliasResponse
request Amazon.GameLift.Model.DeleteAliasRequest Container for the necessary parameters to execute the DeleteAlias service method.
return DeleteAliasResponse
        public DeleteAliasResponse DeleteAlias(DeleteAliasRequest request)
        {
            var marshaller = new DeleteAliasRequestMarshaller();
            var unmarshaller = DeleteAliasResponseUnmarshaller.Instance;

            return Invoke<DeleteAliasRequest,DeleteAliasResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonGameLiftClient::DeleteAlias ( string aliasId ) : DeleteAliasResponse
AmazonGameLiftClient