This EventTypeallows Methodcalls issued by a Clientto be audited. Its representation in the AddressSpaceis formally defined in Table 58.
Table 58– AuditClientUpdateMethodResultEventType definition
Attribute |
Value |
||||
BrowseName |
AuditClientUpdateMethodResultEventType |
||||
IsAbstract |
False |
||||
References |
NodeClass |
BrowseName |
DataType |
TypeDefinition |
ModellingRule |
Subtype of the AuditClientEventType defined in 6.4.36, which means it inherits the InstanceDeclarations of that Node. |
|||||
HasProperty |
Variable |
ObjectId |
NodeId |
PropertyType |
Mandatory |
HasProperty |
Variable |
MethodId |
NodeId |
PropertyType |
Mandatory |
HasProperty |
Variable |
StatusCodeId |
StatusCode |
PropertyType |
Mandatory |
HasProperty |
Variable |
InputArguments |
Argument[] |
PropertyType |
Mandatory |
HasProperty |
Variable |
OutputArguments |
Argument[] |
PropertyType |
Mandatory |
ConformanceUnits |
|||||
Base Info Client Events |
This EventTypeinherits all Propertiesof the AuditClientEventType. Their semantics are defined in 6.4.36. The SourceNamefor Eventsof this type shall be "Client/Call". A single Clientaction may generate several Eventsof this type, one per Methodcalled.
ObjectIdidentifies the Object on which the Methodwas called. The Objectmay be located on the same Serveras the calling instance or on a remote Server.
MethodIdidentifies the method that was called.
StatusCodeIdidentifies the overall status returned by the Method Call.
InputArgumentsidentifies the input Arguments for the method. This parameter can be null if no input arguments were provided.
OutputArgumentsidentifies the output Arguments of the method. This parameter can be null if no output arguments where provided.