IBehavioralFeature::Concurrency Property
Visual Studio 2015
Defines how calls from separate threads are processed. Sequential = the feature is not designed to handle concurrent calls; Guarded = calls will be blocked so that only one is processed at a time; concurrent = multiple calls can proceed concurrently.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property CallConcurrencyKind Concurrency { CallConcurrencyKind get(); void set(CallConcurrencyKind value); }
Property Value
Type: Microsoft.VisualStudio.Uml.CommonBehaviors::CallConcurrencyKind
Show: