Share via


ICallAction.IsSynchronous Property

True if the call is synchronous and the caller waits for completion of the invoked behavior. False if the call is asynchronous and the caller proceeds immediately and does not expect a return value. Default = true.

Namespace:  Microsoft.VisualStudio.Uml.Actions
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property IsSynchronous As Boolean
bool IsSynchronous { get; set; }
property bool IsSynchronous {
    bool get ();
    void set (bool value);
}
abstract IsSynchronous : bool with get, set
function get IsSynchronous () : boolean 
function set IsSynchronous (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ICallAction Interface

Microsoft.VisualStudio.Uml.Actions Namespace