메소드 | 설명 | |
---|---|---|
SetMonitoringMode ( MonitoringMode monitoringMode ) : void |
Updates the monitoring mode.
|
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void | ||
MonitoredItemStatus ( ) : System |
Creates a empty object.
|
|
SetCreateResult ( MonitoredItemCreateRequest request, MonitoredItemCreateResult result, ServiceResult error ) : void |
Updates the object with the results of a create monitored item request.
|
|
SetDeleteResult ( ServiceResult error ) : void |
Updates the object with the results of a delete item request.
|
|
SetError ( ServiceResult error ) : void |
Sets the error state for the monitored item status.
|
|
SetModifyResult ( MonitoredItemModifyRequest request, MonitoredItemModifyResult result, ServiceResult error ) : void |
Updates the object with the results of a modify monitored item request.
|
|
SetResolvePathResult ( BrowsePathResult result, ServiceResult error ) : void |
Updates the object with the results of a translate browse paths request.
|
public SetMonitoringMode ( MonitoringMode monitoringMode ) : void | ||
monitoringMode | MonitoringMode | |
리턴 | void |