Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the expiration instant of the queue or router.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As JunctionPolicy Dim value As DateTime value = instance.ExpirationInstant instance.ExpirationInstant = value
Syntax
'Declaration
Public Property ExpirationInstant As DateTime
public DateTime ExpirationInstant { get; set; }
public:
property DateTime ExpirationInstant {
DateTime get ();
void set (DateTime value);
}
/** @property */
public DateTime get_ExpirationInstant ()
/** @property */
public void set_ExpirationInstant (DateTime value)
public function get ExpirationInstant () : DateTime
public function set ExpirationInstant (value : DateTime)
Property Value
Returns DateTime. The expiration date and time of the queue or router the current policy is applied to.
Remarks
Queues and routers have expiration times. If the queue or router is not renewed before the expiration time elapses, they are deleted and all associated state information is lost.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
JunctionPolicy Class
JunctionPolicy Members
Microsoft.ServiceBus Namespace