Spring.Messaging.Amqp
AutoDelete Property
See Also  Send Feedback
Spring.Messaging.Amqp.Core Namespace > AbstractExchange Class : AutoDelete Property
Gets or sets a value indicating the auto-delete lifecycle of this exchange.

Syntax

C# 
public bool AutoDelete {get; set;}

Return Value

true if if the server should delete the exchange when it is no longer in use; otherwise, false.

Remarks

An non-auto-deleted exchange lasts until the server is shut down.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010 All Rights Reserved.