AlarmAuditTrail.AddCustomMessage (String, String, String, String, String, String, String, String, String) Method
<ID("AddCustomMessage", (int)e.AddCustomMessage6)> _
Public Sub AddCustomMessage( _
ByVal message As String, _
ByVal areaName As String, _
ByVal objectName As String, _
ByVal value As String, _
Optional ByVal itemName As String = null, _
Optional ByVal auxValue As String = null, _
Optional ByVal comments As String = null, _
Optional ByVal auxValue2 As String = null, _
Optional ByVal auxValue3 As String = null _
)
This language is not supported or no code example is available.
[ID("AddCustomMessage", (int)e.AddCustomMessage6)]
public void AddCustomMessage(
string message,
string areaName,
string objectName,
string value,
string itemName = null,
string auxValue = null,
string comments = null,
string auxValue2 = null,
string auxValue3 = null
)
This language is not supported or no code example is available.
Parameters
- message
- string
Message to be added to Audit trail
- areaName
- string
Area related with this custom message
- objectName
- string
Object related with this custom message
- value
- string
Object Value related with this custom message
- itemName
- string
Item name
- auxValue
- string
Auxiliar value
- comments
- string
Comments
- auxValue2
- string
Auxiliar2 value
- auxValue3
- string
Auxiliar3 value