Log.Append Method (LogRowFormatter[], Int32)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub Append ( _
rows As LogRowFormatter(), _
timestampField As Integer _
)
'Usage
Dim instance As Log
Dim rows As LogRowFormatter()
Dim timestampField As Integer
instance.Append(rows, timestampField)
public void Append(
LogRowFormatter[] rows,
int timestampField
)