This document is archived and information here might be outdated. Recommended version. |
Update measurement result
[Visual Basic .NET]
Public Sub UpdateMessage ( _
ByVal Type As String, _
ByVal comment As String, _
ByVal id As String, _
ByVal result As String, _
ByVal headline As String _
)
[C#]
public void UpdateMessage (
string Type,
string comment,
string id,
string result,
string headline
);