Show / Hide Table of Contents

Delegate WriteTrace

The callback to invoke to write traces.

Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public delegate void WriteTrace(TraceLevel level, string format, params object[] args);
Parameters
Type Name Description
TraceLevel level

The trace level at which the trace event is raised.

System.String format

The format string for the arguments.

System.Object[] args

The arguments attached to the trace event.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX