Wait method of the MSFT_FSRMClassification class

Waits for the specified period of time or until classification has finished running.

Syntax

uint64 Wait(
  [in]  sint32                  Timeout,
  [out] MSFT_FSRMClassification Classification
);

Parameters

Timeout [in]

The number of seconds to wait for classification and the reports to complete. The method returns when the period expires or classification and the reports complete. To wait indefinitely, set the value to 1. The value must be in the range from 1 through 2,147,483.

Classification [out]

An instance of the MSFT_FSRMClassification class that represents FSRM classification.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

MSFT_FSRMClassification