Share via


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

 

지정된 주소로 알림을 게시합니다.

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

구문

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
)

매개 변수

  • traceActivityId
    Type: System.Guid

    추적 작업 식별자입니다.

참고 항목

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

맨 위로 이동