Share via


ExecutionPolicyNotificationPort Property

Microsoft Robotics Class Reference

Signals execution policy events such as queue limits being exceeded.

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

[XmlIgnoreAttribute]
public Port<ITask> ExecutionPolicyNotificationPort { get; set; }

Remarks

Stores discarded tasks when TaskExecutionPolicy is enabled. If policy is not set to discard null items will still be queued to signal that throttling is occuring due to limits being exceeded.

See Also

DispatcherQueue Class

Microsoft.Ccr.Core Namespace