public sealed class ConfigurationManager : System.IDisposable
Public NotInheritable Class ConfigurationManager Implements System.IDisposable
public sealed class ConfigurationManager : System.IDisposable
Public NotInheritable Class ConfigurationManager Implements System.IDisposable
// WorkflowModule.GetManager returns a manager of the type specified // keyword is currently just an empty string var wfCon = await WorkflowModule.ConnectAsync(); var jobManager = wfCon.GetManager<JobsManager>(); var configManager = wfCon.GetManager<ConfigurationManager>();
System.Object
ArcGIS.Desktop.Workflow.Models.ConfigurationManager
Target Platforms: Windows 11, Windows 10