BPA Admin Control
BPAAdminControl Public interface
Description
Describes methods and properties available on the static instance object BPA.Admin.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExBPAAdminControl[[IExBPAAdminControl]] class VGWWCoreIEx.IExBPAAdminControl interfaceStyle; endMembers
Methods
Public methods
| Returns | Name |
|---|---|
void | ByType(BPAWatcherConfigType type, BPAWatcherControlAction action)Used to control watchers by type. |
Details
Summary
Describes methods and properties available on the static instance object BPA.Admin.
Methods
ByType
public void ByType(BPAWatcherConfigType type, BPAWatcherControlAction action)Arguments
| Type | Name | Description |
|---|---|---|
BPAWatcherConfigType | type | The type of watcher to control. |
BPAWatcherControlAction | action | The control action. |
Summary
Used to control watchers by type.
Generated with ModularDoc