Configuration.WithPartiallyControlledConcurrencyAllowed method
Updates the configuration with partially controlled concurrency allowed or disallowed.
public Configuration WithPartiallyControlledConcurrencyAllowed(bool isAllowed = true)
parameter | description |
---|---|
isAllowed | If true, then partially controlled concurrency is allowed. |
See Also
- class Configuration
- namespace Microsoft.Coyote
- assembly Microsoft.Coyote