ActivityTraceId.CopyTo(Span<Byte>) 메서드
정의
현재 ActivityTraceId의 16바이트를 지정된 범위에 복사합니다.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))
매개 변수
추적 ID의 16바이트를 복사할 범위입니다.The span to which the 16 bytes of the trace ID are to be copied.