API Reference
Struct
TaskDescriptor
Immutable description of a scheduled rule task.
Inheritance
- ValueType
- TaskDescriptor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property TaskQueued.Task
Accepted by parameters
- Constructor TaskQueued.TaskQueued
- Method TaskQueued.Deconstruct
Constructors
public TaskDescriptor(Int32 TaskId, String RuleName, String Scope, String Target) #Immutable description of a scheduled rule task.
Parameters
- TaskId System.Int32
- RuleName System.String
- Scope System.String
- Target System.String