메소드 | 설명 | |
---|---|---|
CreateDiagnosticInfo ( IServerInternal server, OperationContext context, ServiceResult error ) : DiagnosticInfo |
Creates the diagnostic info and translates any strings.
|
|
CreateDiagnosticInfoCollection ( OperationContext context, IList |
Creates a collection of diagnostics from a set of errors.
|
|
CreateError ( uint code, StatusCodeCollection results, DiagnosticInfoCollection diagnosticInfos, OperationContext context ) : bool |
Fills in the diagnostic information after an error.
|
|
CreateError ( uint code, StatusCodeCollection results, DiagnosticInfoCollection diagnosticInfos, int index, OperationContext context ) : bool |
Fills in the diagnostic information after an error.
|
|
CreateError ( uint code, OperationContext context, DiagnosticInfoCollection diagnosticInfos, int index ) : uint |
Fills in the diagnostic information after an error.
|
|
CreateStatusCodeCollection ( OperationContext context, IList |
Creates a collection of status codes and diagnostics from a set of errors.
|
|
CreateSuccess ( StatusCodeCollection results, DiagnosticInfoCollection diagnosticInfos, OperationContext context ) : void |
Creates a place holder in the lists for the results.
|
|
EmptyQueue ( |
Empties the event queue and saves it in the dataset.
|
|
ReportCreateMonitoredItem ( NodeId nodeId, uint serverHandle, double samplingInterval, uint queueSize, bool discardOldest, MonitoringFilter filter, MonitoringMode monitoringMode ) : void |
Reports a new monitored item.
|
|
ReportDiscardedValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void |
Reports a value discarded because of queue overflow.
|
|
ReportFilteredValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void |
Reports a value excluded by the filter.
|
|
ReportModifyMonitoredItem ( NodeId nodeId, uint serverHandle, double samplingInterval, uint queueSize, bool discardOldest, MonitoringFilter filter, MonitoringMode monitoringMode ) : void |
Reports a modified monitored item.
|
|
ReportPublishValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void |
Reports a value published.
|
|
ReportQueuedValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void |
Reports a value queued.
|
|
ReportWriteValue ( NodeId nodeId, DataValue value, StatusCode error ) : void |
Reports a value written.
|
public static CreateDiagnosticInfo ( IServerInternal server, OperationContext context, ServiceResult error ) : DiagnosticInfo | ||
server | IServerInternal | The server. |
context | OperationContext | The context containing the string stable. |
error | ServiceResult | The error to translate. |
리턴 | DiagnosticInfo |
public static CreateDiagnosticInfoCollection ( OperationContext context, IList |
||
context | OperationContext | |
errors | IList |
|
리턴 | DiagnosticInfoCollection |
public static CreateError ( uint code, StatusCodeCollection results, DiagnosticInfoCollection diagnosticInfos, OperationContext context ) : bool | ||
code | uint | |
results | StatusCodeCollection | |
diagnosticInfos | DiagnosticInfoCollection | |
context | OperationContext | |
리턴 | bool |
public static CreateError ( uint code, StatusCodeCollection results, DiagnosticInfoCollection diagnosticInfos, int index, OperationContext context ) : bool | ||
code | uint | |
results | StatusCodeCollection | |
diagnosticInfos | DiagnosticInfoCollection | |
index | int | |
context | OperationContext | |
리턴 | bool |
public static CreateError ( uint code, OperationContext context, DiagnosticInfoCollection diagnosticInfos, int index ) : uint | ||
code | uint | |
context | OperationContext | |
diagnosticInfos | DiagnosticInfoCollection | |
index | int | |
리턴 | uint |
public static CreateStatusCodeCollection ( OperationContext context, IList |
||
context | OperationContext | |
errors | IList |
|
diagnosticInfos | DiagnosticInfoCollection | |
리턴 | StatusCodeCollection |
public static CreateSuccess ( StatusCodeCollection results, DiagnosticInfoCollection diagnosticInfos, OperationContext context ) : void | ||
results | StatusCodeCollection | |
diagnosticInfos | DiagnosticInfoCollection | |
context | OperationContext | |
리턴 | void |
public static EmptyQueue ( |
||
dataset | ||
리턴 |
public static ReportCreateMonitoredItem ( NodeId nodeId, uint serverHandle, double samplingInterval, uint queueSize, bool discardOldest, MonitoringFilter filter, MonitoringMode monitoringMode ) : void | ||
nodeId | NodeId | |
serverHandle | uint | |
samplingInterval | double | |
queueSize | uint | |
discardOldest | bool | |
filter | MonitoringFilter | |
monitoringMode | MonitoringMode | |
리턴 | void |
public static ReportDiscardedValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void | ||
nodeId | NodeId | |
serverHandle | uint | |
value | DataValue | |
리턴 | void |
public static ReportFilteredValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void | ||
nodeId | NodeId | |
serverHandle | uint | |
value | DataValue | |
리턴 | void |
public static ReportModifyMonitoredItem ( NodeId nodeId, uint serverHandle, double samplingInterval, uint queueSize, bool discardOldest, MonitoringFilter filter, MonitoringMode monitoringMode ) : void | ||
nodeId | NodeId | |
serverHandle | uint | |
samplingInterval | double | |
queueSize | uint | |
discardOldest | bool | |
filter | MonitoringFilter | |
monitoringMode | MonitoringMode | |
리턴 | void |
public static ReportPublishValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void | ||
nodeId | NodeId | |
serverHandle | uint | |
value | DataValue | |
리턴 | void |
public static ReportQueuedValue ( NodeId nodeId, uint serverHandle, DataValue value ) : void | ||
nodeId | NodeId | |
serverHandle | uint | |
value | DataValue | |
리턴 | void |
public static ReportWriteValue ( NodeId nodeId, DataValue value, StatusCode error ) : void | ||
nodeId | NodeId | |
value | DataValue | |
error | StatusCode | |
리턴 | void |