HttpWorkflowNotificationPublisher.OnPublishNotification メソッド

PublisherNotification イベントを発生させます。

名前空間:  Microsoft.Workflow.Client
アセンブリ:  Microsoft.Workflow.Client (Microsoft.Workflow.Client.dll)

構文

'宣言
Protected Overrides Sub OnPublishNotification ( _
    address As String, _
    notification As WorkflowNotification, _
    credentials As ICredentials, _
    userCulture As String, _
    traceActivityId As Guid, _
    requestTimeout As TimeSpan _
)
'使用
Dim address As String 
Dim notification As WorkflowNotification 
Dim credentials As ICredentials 
Dim userCulture As String 
Dim traceActivityId As Guid 
Dim requestTimeout As TimeSpan 

Me.OnPublishNotification(address, _
    notification, credentials, userCulture, _
    traceActivityId, requestTimeout)
protected override void OnPublishNotification(
    string address,
    WorkflowNotification notification,
    ICredentials credentials,
    string userCulture,
    Guid traceActivityId,
    TimeSpan requestTimeout
)
protected:
virtual void OnPublishNotification(
    String^ address, 
    WorkflowNotification^ notification, 
    ICredentials^ credentials, 
    String^ userCulture, 
    Guid traceActivityId, 
    TimeSpan requestTimeout
) override
abstract OnPublishNotification : 
        address:string * 
        notification:WorkflowNotification * 
        credentials:ICredentials * 
        userCulture:string * 
        traceActivityId:Guid * 
        requestTimeout:TimeSpan -> unit  
override OnPublishNotification : 
        address:string * 
        notification:WorkflowNotification * 
        credentials:ICredentials * 
        userCulture:string * 
        traceActivityId:Guid * 
        requestTimeout:TimeSpan -> unit
protected override function OnPublishNotification(
    address : String, 
    notification : WorkflowNotification, 
    credentials : ICredentials, 
    userCulture : String, 
    traceActivityId : Guid, 
    requestTimeout : TimeSpan
)

パラメーター

  • address
    型: System.String
    パブリッシュ先のアドレス。
  • userCulture
    型: System.String
    使用するユーザーのカルチャ。
  • traceActivityId
    型: System.Guid
    トレース アクティビティの識別子。

関連項目

参照

HttpWorkflowNotificationPublisher クラス

Microsoft.Workflow.Client 名前空間