HttpWorkflowNotificationPublisher.OnPublishNotification Method (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

 

Raises the PublisherNotification event.

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

Syntax

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
override OnPublishNotification : 
        address:string *
        notification:WorkflowNotification *
        credentials:ICredentials *
        userCulture:string *
        traceActivityId:Guid *
        requestTimeout:TimeSpan -> unit
Protected Overrides Sub OnPublishNotification (
    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

HttpWorkflowNotificationPublisher Class
Microsoft.Workflow.Client Namespace

Return to top