Gets the size of the query batch that is retrieved from the provider for asynchronous queries. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim value As Integer

value = SmsSnapInBase.AsyncQueryBatchSize

Syntax

Visual Basic
Public Shared ReadOnly Property AsyncQueryBatchSize As Integer
C#
public static int AsyncQueryBatchSize { get; }
C++
public:
static property int AsyncQueryBatchSize {
		int get ();
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public static int get_AsyncQueryBatchSize ()
JScript
DebuggerStepThroughAttribute 
public static function get AsyncQueryBatchSize () : int

Property Value

Size of the query batch.

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