C# Class RabbitMQ.ServiceModel.QueueSettings

Show file Open project: Chatham/rabbitmq-dotnet-client Class Usage Examples

Public Properties

Property Type Description
autoDelete string
durable string
exclusive string
queueName string

Property Details

autoDelete public property

public string autoDelete
return string

durable public property

public string durable
return string

exclusive public property

public string exclusive
return string

queueName public property

public string queueName
return string