ExecutionConstraint Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides a method you can use to require a thread to complete an operation within specific constraints.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT..::..ExecutionConstraint

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public NotInheritable Class ExecutionConstraint
public static class ExecutionConstraint
public ref class ExecutionConstraint abstract sealed
[<AbstractClass>]
[<Sealed>]
type ExecutionConstraint =  class end
public final class ExecutionConstraint

The ExecutionConstraint type exposes the following members.

Methods

  Name Description
Public methodStatic member Install Creates a subthread within the calling thread, containing a constraint that requires the calling thread to complete an operation within a specified time period and at a specified priority level.

Top

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.

See Also

Reference

Microsoft.SPOT Namespace