BPA
BPA Public interface
Description
Describes methods and properties available on the static instance object BPA.
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph VGWWCoreIEx VGWWCoreIEx.IExBPA[[IExBPA]] class VGWWCoreIEx.IExBPA interfaceStyle; endMembers
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
IExBPAAdmin | AdminGets methods and properties related to administration of BPA watchers. | get |
IExBPAEmail | EmailGets methods and properties related to the email watcher. | get |
IExBPAFileSystem | FileSystemGets methods and properties related to the file system watcher. | get |
IExBPAHttp | HttpGets methods and properties related to the http watcher. | get |
IExBPAInterval | IntervalGets methods and properties related to the interval. | get |
BPAWatcherType | WatcherTypeGets the type of watcher of the current session. | get |
Details
Summary
Describes methods and properties available on the static instance object BPA.
Properties
Admin
public IExBPAAdmin Admin { get; }Summary
Gets methods and properties related to administration of BPA watchers.
public IExBPAEmail Email { get; }Summary
Gets methods and properties related to the email watcher.
FileSystem
public IExBPAFileSystem FileSystem { get; }Summary
Gets methods and properties related to the file system watcher.
Http
public IExBPAHttp Http { get; }Summary
Gets methods and properties related to the http watcher.
Remarks
This watcher is still in development.
Interval
public IExBPAInterval Interval { get; }Summary
Gets methods and properties related to the interval.
WatcherType
public BPAWatcherType WatcherType { get; }Summary
Gets the type of watcher of the current session.
Remarks
Returns bpaTypeNA if not a watcher session.
Generated with ModularDoc