WorkflowNotificationPublisher.PublishNotification メソッド (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

 

指定されたアドレスに通知をパブリッシュします。

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

構文

public void PublishNotification(
    string address,
    WorkflowNotification notification,
    ICredentials credentials,
    string userCulture,
    Guid traceActivityId,
    TimeSpan requestTimeout
)
public:
void PublishNotification(
    String^ address,
    WorkflowNotification^ notification,
    ICredentials^ credentials,
    String^ userCulture,
    Guid traceActivityId,
    TimeSpan requestTimeout
)
member PublishNotification : 
        address:string *
        notification:WorkflowNotification *
        credentials:ICredentials *
        userCulture:string *
        traceActivityId:Guid *
        requestTimeout:TimeSpan -> unit
Public Sub PublishNotification (
    address As String,
    notification As WorkflowNotification,
    credentials As ICredentials,
    userCulture As String,
    traceActivityId As Guid,
    requestTimeout As TimeSpan
)

パラメーター

  • address
    Type: System.String

    パブリッシュ先のアドレス。

  • traceActivityId
    Type: System.Guid

    トレース アクティビティの識別子。

参照

WorkflowNotificationPublisher クラス
Microsoft.Workflow.Client 名前空間

トップに戻る