Share via


DispatchOperation.IsTerminating 属性

定义

获取或设置一个值,该值指示此操作是否为会话中最后一个操作。

public:
 property bool IsTerminating { bool get(); void set(bool value); };
public bool IsTerminating { get; set; }
member this.IsTerminating : bool with get, set
Public Property IsTerminating As Boolean

属性值

如果在调用该操作后关闭关联的会话,则为 true;否则为 false

适用于