ICallAction.IsSynchronous 属性

如果调用是同步的并且调用方等待完成调用的行为,则为 true。 若调用是异步的、调用方立即执行并且不期待有返回值,则为 false。 默认值为 true。

命名空间:  Microsoft.VisualStudio.Uml.Actions
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
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)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ICallAction 接口

Microsoft.VisualStudio.Uml.Actions 命名空间