[This is preliminary documentation and is subject to change.]
Message producer ETW event.
Generates mark event containing the character '+' followed by a 64-bit key constructed from the arguments.
Post-processing (eg by ViewEtl) will use the key to match message producer and consumer events.
Namespace: Microsoft.Research.Naiad.Diagnostics
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public static void TraceProducer( params byte[] args )
Parameters
- args
- Type: SystemByte
Array of bytes, must be size 8
See Also