ActivitySpanId.CopyTo(Span<Byte>) Method

Definition

Copies the 8 bytes of the current ActivitySpanId 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 8 bytes of the SpanID are to be copied.

Applies to