Share via


WorkflowNotificationPublisher.OnPublishNotification 메서드 (String, WorkflowNotification, ICredentials, String, Guid, TimeSpan)

 

PublishNotification 이벤트를 발생시킵니다.

네임스페이스:   Microsoft.Workflow.Client
어셈블리:  Microsoft.Workflow.Client.dll의 Microsoft.Workflow.Client

구문

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
)

매개 변수

  • traceActivityId
    Type: System.Guid

    추적 작업 식별자입니다.

참고 항목

WorkflowNotificationPublisher 클래스
Microsoft.Workflow.Client 네임스페이스

맨 위로 이동