ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Workflow.Client.Models Namespace / INotificationManager Interface
Properties Methods

In This Topic
    INotificationManager Interface Members
    In This Topic

    The following tables list the members exposed by INotificationManager.

    Public Properties
     NameDescription
     Property The id used to subscribe to jobs. This id will be returned as the senderId in the JobStateMessage.  
    Top
    Public Methods
     NameDescription
     Method Send a response to Workflow Manager Server pertaining to a job's current step. The response must include the jobId, stepId, and other information pertinent to the step.  
     Method Subscribe to messages for the given jobs  
     Method Unsubscribe to messages for the given jobs  
    Top
    See Also