Opc.Ua.Core
CreateAuditLogEntry Method



Opc.Ua Namespace > ClientBase Class : CreateAuditLogEntry Method
The request.
Creates an audit log entry for the request.
Syntax
'Declaration
 
Protected Overridable Function CreateAuditLogEntry( _
   ByVal request As IServiceRequest _
) As String
'Usage
 
Dim instance As ClientBase
Dim request As IServiceRequest
Dim value As String
 
value = instance.CreateAuditLogEntry(request)
protected virtual string CreateAuditLogEntry( 
   IServiceRequest request
)
protected:
virtual String^ CreateAuditLogEntry( 
   IServiceRequest^ request
) 

Parameters

request
The request.

Return Value

log entry
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientBase Class
ClientBase Members