Start method of the MSFT_FSRMClassification class

Starts a classification job.

Syntax

uint64 Start(
  [in]  boolean                 Queue,
  [in]  sint32                  RunDuration,
  [out] MSFT_FSRMClassification Classification
);

Parameters

Queue [in]

Indicates whether the classification job should be added to a queue and is expected to run in the next 5 minutes. Any jobs queued during that 5 minute window will be run together. If False the classification job will be executed immediately.

RunDuration [in]

Indicates how many hours to run the classification job before it will be automatically canceled. If 0 then the classification job will run to completion.

Classification [out]

Returns a MSFT_FSRMClassification instance representing the classification job.

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