DispatchOperation.IsTerminating 属性

定义

获取或设置一个值,该值指示此操作是否为会话中最后一个操作。Gets or sets a value that indicates if this operation is the last one in a session.

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

属性值

Boolean

如果在调用该操作后关闭关联的会话,则为 true;否则为 falsetrue if the associated session is closed after the operation is invoked; otherwise, false.

适用于