Interface IQueue
public interface IQueue : IDeclarable, IServiceNameAware
- Inherited Members
Properties
ActualName
string ActualName { get; set; }
Property Value
IsAutoDelete
bool IsAutoDelete { get; set; }
Property Value
IsDurable
bool IsDurable { get; set; }
Property Value
IsExclusive
bool IsExclusive { get; set; }
Property Value
MasterLocator
string MasterLocator { get; set; }
Property Value
QueueName
string QueueName { get; set; }
Property Value
Methods
Clone()
object Clone()