SmsSnapInBase.BackgroundInterQuerySleepTime Property
Gets the length of time that the background query delegate will wait before firing the next event.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As Integer
value = SmsSnapInBase.BackgroundInterQuerySleepTime
Syntax
'Declaration
Public Shared ReadOnly Property BackgroundInterQuerySleepTime As Integer
public static int BackgroundInterQuerySleepTime { get; }
public:
static property int BackgroundInterQuerySleepTime {
int get ();
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public static int get_BackgroundInterQuerySleepTime ()
DebuggerStepThroughAttribute
public static function get BackgroundInterQuerySleepTime () : int
Property Value
Amount of sleep time.
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 Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace