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 から継承されます。)

スレッド セーフ

この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

Microsoft.Workflow.Client 名前空間

トップに戻る