共用方式為


PublishNotificationCompleteEventArgs 建構函式 (String, WorkflowNotification)

 

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

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

語法

public PublishNotificationCompleteEventArgs(
    string address,
    WorkflowNotification notification
)
public:
PublishNotificationCompleteEventArgs(
    String^ address,
    WorkflowNotification^ notification
)
new : 
        address:string *
        notification:WorkflowNotification -> PublishNotificationCompleteEventArgs
Public Sub New (
    address As String,
    notification As WorkflowNotification
)

參數

請參閱

PublishNotificationCompleteEventArgs 類別
Microsoft.Workflow.Client 命名空間

回到頁首