ActivityTraceId.CopyTo(Span<Byte>) Method

Definition

Copies the 16 bytes of the current ActivityTraceId to a specified span.

public:
 void CopyTo(Span<System::Byte> destination);
public void CopyTo (Span<byte> destination);
member this.CopyTo : Span<byte> -> unit
Public Sub CopyTo (destination As Span(Of Byte))

Parameters

destination
Span<Byte>

The span to which the 16 bytes of the trace ID are to be copied.

Applies to