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
コンストラクター
名前 | 説明 | |
---|---|---|
PublishNotificationCompleteEventArgs(String, WorkflowNotification) | 新しいインスタンスを初期化、 PublishNotificationCompleteEventArgs クラスです。 |
プロパティ
名前 | 説明 | |
---|---|---|
Address | パブリッシュ アドレスを取得します。 |
|
Notification | 取得、 WorkflowNotificationです。 |
メソッド
名前 | 説明 | |
---|---|---|
Equals(Object) | (Object から継承されます。) |
|
Finalize() | (Object から継承されます。) |
|
GetHashCode() | (Object から継承されます。) |
|
GetType() | (Object から継承されます。) |
|
MemberwiseClone() | (Object から継承されます。) |
|
ToString() | (Object から継承されます。) |
スレッド セーフ
この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
Microsoft.Workflow.Client 名前空間
トップに戻る