Skip to content

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;
end

Members

Methods

Public methods

ReturnsName
voidByType(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
TypeNameDescription
BPAWatcherConfigTypetypeThe type of watcher to control.
BPAWatcherControlActionactionThe control action.
Summary

Used to control watchers by type.

Generated with ModularDoc