Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
Property Concurrency As CallConcurrencyKind
Get
Set
CallConcurrencyKind Concurrency { get; set; }
property CallConcurrencyKind Concurrency {
CallConcurrencyKind get ();
void set (CallConcurrencyKind value);
}
abstract Concurrency : CallConcurrencyKind with get, set
function get Concurrency () : CallConcurrencyKind
function set Concurrency (value : CallConcurrencyKind)
Property Value
Type: Microsoft.VisualStudio.Uml.CommonBehaviors.CallConcurrencyKind
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.