WorkflowNotificationPublisher.PublishNotification Method (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

 

Publishes the notification to the specified address.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

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
)

Parameters

  • traceActivityId
    Type: System.Guid

    The trace activity identifier.

See Also

WorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top