IdeaBlade DevForce 2010 Help Reference
CleanupInterval Property
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace > NotificationServiceElement Class : CleanupInterval Property



The interval, in minutes, upon which the server will attempt to detect and remove disconnected subscribers. Default is 10 minutes. Applicable to Server only.

Syntax

Visual Basic (Declaration) 
<XmlAttributeAttribute("cleanupInterval")>
<DefaultValueAttribute()>
<DescriptionAttribute("The interval, in minutes, upon which the server will attempt to detect and remove disconnected subscribers.  Default is 10 minutes.  Applicable to Server only")>
Public Property CleanupInterval As Integer
Visual Basic (Usage)Copy Code
Dim instance As NotificationServiceElement
Dim value As Integer
 
instance.CleanupInterval = value
 
value = instance.CleanupInterval
C# 
[XmlAttributeAttribute("cleanupInterval")]
[DefaultValueAttribute()]
[DescriptionAttribute("The interval, in minutes, upon which the server will attempt to detect and remove disconnected subscribers.  Default is 10 minutes.  Applicable to Server only")]
public int CleanupInterval {get; set;}
C++/CLI 
[XmlAttributeAttribute("cleanupInterval")]
[DefaultValueAttribute()]
[DescriptionAttribute("The interval, in minutes, upon which the server will attempt to detect and remove disconnected subscribers.  Default is 10 minutes.  Applicable to Server only")]
public:
property int CleanupInterval {
   int get();
   void set (    int value);
}

Remarks

Set to 0 to disable cleanup. If cleanup is disabled, disconnected subscribers will not be detected and client applications should explicitly unregister the callback.

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

© 2013 All Rights Reserved.