C# Class RabbitMQ.ServiceModel.QueueSettings

ファイルを表示 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_oe property

public string autoDelete
return string

durable public_oe property

public string durable
return string

exclusive public_oe property

public string exclusive
return string

queueName public_oe property

public string queueName
return string