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 名前空間

トップに戻る