DispatchOperation.TransactionAutoComplete 属性
定义
获取或设置一个值,该值指定当操作成功返回时是否自动完成当前事务。Gets or sets a value that specifies whether the current transaction automatically completes when the operation returns successfully.
public:
property bool TransactionAutoComplete { bool get(); void set(bool value); };
public bool TransactionAutoComplete { get; set; }
member this.TransactionAutoComplete : bool with get, set
Public Property TransactionAutoComplete As Boolean
属性值
如果在成功返回时自动完成操作,则为 true;否则为 false。true if the operation automatically completes on successful return; otherwise, false. 默认值为 false。The default is false.