Create new policy

Namespace:  Intel.Manageability.SystemDefense
Assembly:  HLAPI (in HLAPI.dll)

Syntax

C#
public Policy(
	string policyName,
	uint policyPrecedence,
	uint timeout,
	Collection<UserFilter> filters
)
Visual Basic (Declaration)
Public Sub New ( _
	policyName As String, _
	policyPrecedence As UInteger, _
	timeout As UInteger, _
	filters As Collection(Of UserFilter) _
)

Parameters

policyName
Type: System..::.String
Meaningful name that you can use later to search for this instance.
policyPrecedence
Type: System..::.UInt32
Determine the priority of this policy when multiple policies are activated simultaneously. The policy with the highest precedence is the active policy.
timeout
Type: System..::.UInt32
The timeout for the policy (measured in minutes, and 0 means no timeout). Timeout is supported in Intel AMT Release 4.0 and later releases. In earlier versions, the timeout value is ignored.
filters
Type: System.Collections.ObjectModel..::.Collection<(Of <(UserFilter>)>)
Collection of filters

See Also