Share via


PublishNotificationCompleteEventArgs 類別

 

代表在事件引數完成時所發行的通知。

命名空間:   Microsoft.Workflow.Client
組件:  Microsoft.Workflow.Client (在 Microsoft.Workflow.Client.dll 中)

繼承階層架構

System.Object
  System.EventArgs
    Microsoft.Workflow.Client.PublishNotificationCompleteEventArgs

語法

public class PublishNotificationCompleteEventArgs : EventArgs
public ref class PublishNotificationCompleteEventArgs : EventArgs
type PublishNotificationCompleteEventArgs = 
    class
        inherit EventArgs
    end
Public Class PublishNotificationCompleteEventArgs
    Inherits EventArgs

建構函式

名稱 描述
System_CAPS_pubmethod PublishNotificationCompleteEventArgs(String, WorkflowNotification)

初始化 PublishNotificationCompleteEventArgs 類別的新執行個體。

屬性

名稱 描述
System_CAPS_pubproperty Address

取得發行位址。

System_CAPS_pubproperty Notification

取得 WorkflowNotification

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_protmethod Finalize()

(繼承自 Object。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetType()

(繼承自 Object。)

System_CAPS_protmethod MemberwiseClone()

(繼承自 Object。)

System_CAPS_pubmethod ToString()

(繼承自 Object。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Workflow.Client 命名空間

回到頁首