Wait method of the MSFT_FSRMStorageReport class
Waits for the report to complete its execution. If 10 minutes pass without the report completing, the method returns. The Stop method then ensures the report is no longer running.
Syntax
uint64 Wait(
[in] sint32 Timeout,
[out] MSFT_FSRMStorageReport StorageReport
);
Parameters
-
Timeout [in]
-
The amount of time to wait on the report to complete before returning from the method, in seconds. If the value is <=0, the method will wait until the report process completes. If the process is not running or the value is 0, the method returns immediately. The default value is -1.
-
StorageReport [out]
-
Returns an instance of the MSFT_FSRMStorageReport class representing the storage report.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\FSRM |
MOF |
|
DLL |
|