ScriptTrigger
Attribute
Members
3
Mode
property
How concurrent matching handlers should be dispatched. Defaults to Inherit — the host's DefaultMode applies (typically Concurrent).ScriptDispatchMode ModeMaxDegreeOfParallelism
property
Maximum degree of parallelism when Mode is Parallel. A value of 0 defers to the host's DefaultMaxDegreeOfParallelism (typically Environment.ProcessorCount). Ignored for Sequential and Concurrent.int MaxDegreeOfParallelismTimeoutMilliseconds
property
Per-invocation timeout in milliseconds. A value of 0 defers to the host's DefaultTimeoutMs (typically 5000). When the timeout fires, the invocation's CancellationToken is cancelled and the handler is expected to honor it.int TimeoutMilliseconds
