DispatcherOperation.Abort 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
bool Abort();
public bool Abort ();
member this.Abort : unit -> bool
Public Function Abort () As Boolean
傳回
如果已中止作業則為 true
,否則為 false
。
備註
如果作業正在進行中,這個方法會傳回 false
。
當作業中止時, Status 的 DispatcherOperation 會設定為 Aborted ,並 Aborted 引發 事件。
適用於
另請參閱