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

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

Property Value

Type: System.Boolean

See Also

ICallAction Interface
Microsoft.VisualStudio.Uml.Actions Namespace

Return to top