Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.