Compartir a través de


WorkflowNotificationPublisher.OnPublishNotification (Método) (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

 

Genera el evento PublishNotification.

Espacio de nombres:   Microsoft.Workflow.Client
Ensamblado:  Microsoft.Workflow.Client (en Microsoft.Workflow.Client.dll)

Sintaxis

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
)

Parámetros

  • address
    Type: System.String

    Dirección en la que se va a publicar.

  • userCulture
    Type: System.String

    Referencia cultural del usuario.

  • traceActivityId
    Type: System.Guid

    Identificador de actividad de seguimiento.

Vea también

WorkflowNotificationPublisher (Clase)
Microsoft.Workflow.Client (Espacio de nombres)

Volver al principio