Method | Description | |
---|---|---|
Add ( |
Adds the specified monitored item.
|
|
ChangesComplete ( ) : void |
Marks the groups changes as complete and updates the sampling interval.
|
|
Modify ( |
Modifies request after the specified monitored item changed.
|
|
Remove ( |
Removes the specified monitored item.
|
|
SubscribeItemRequest ( string itemId ) : System |
Initializes a new instance of the SubscribeItemRequest class.
|
|
Update ( ) : void |
Updates this request after monitored items have been added/removed.
|
public Add ( |
||
monitoredItem | The monitored item. | |
return | void |
public Modify ( |
||
monitoredItem | The monitored item. | |
return | void |
public Remove ( |
||
monitoredItem | The monitored item. | |
return | void |
public SubscribeItemRequest ( string itemId ) : System | ||
itemId | string | The item id. |
return | System |