Metodo WorkflowNotificationPublisher.OnPublishNotification (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

 

Genera l'evento PublishNotification.

Spazio dei nomi:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Sintassi

protected abstract 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
) abstract
abstract OnPublishNotification : 
        address:string *
        notification:WorkflowNotification *
        credentials:ICredentials *
        userCulture:string *
        traceActivityId:Guid *
        requestTimeout:TimeSpan -> unit
Protected MustOverride Sub OnPublishNotification (
    address As String,
    notification As WorkflowNotification,
    credentials As ICredentials,
    userCulture As String,
    traceActivityId As Guid,
    requestTimeout As TimeSpan
)

Parametri

  • traceActivityId
    Type: System.Guid

    Identificatore dell'attività di traccia.

Vedere anche

Classe WorkflowNotificationPublisher
Spazio dei nomi Microsoft.Workflow.Client

Torna all'inizio