InvokeCompletedEventArgs 類別

定義

提供 InvokeCompleted 事件的資料。

public ref class InvokeCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class InvokeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
type InvokeCompletedEventArgs = class
    inherit AsyncCompletedEventArgs
Public Class InvokeCompletedEventArgs
Inherits AsyncCompletedEventArgs
繼承
InvokeCompletedEventArgs

備註

當使用 InvokeAsync 中的其中一個 WorkflowInvoker 多載非同步叫用工作流程時,主機作者可以處理 InvokeCompleted,從完成的工作流程中取得資料,或如果工作流程無法完成時的例外狀況資料。

屬性

Cancelled

取得值,指出非同步作業是否已取消。

(繼承來源 AsyncCompletedEventArgs)
Error

取得值,指出非同步作業期間是否發生錯誤。

(繼承來源 AsyncCompletedEventArgs)
Outputs

從完成的工作流程取得根活動輸出引數值的 IDictionary<TKey,TValue>

UserState

取得非同步工作的唯一識別項。

(繼承來源 AsyncCompletedEventArgs)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
RaiseExceptionIfNecessary()

如果非同步作業失敗,引發使用者提供的例外狀況。

(繼承來源 AsyncCompletedEventArgs)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於