Freigeben über


BaggageBuilder.OperationSource(String) Method

Definition

Sets the operation source baggage value. To be used with server spans to identify the source of the operation e.g(ACF, ATG)

public Microsoft.Agents.A365.Observability.Runtime.Common.BaggageBuilder OperationSource(string source);
member this.OperationSource : string -> Microsoft.Agents.A365.Observability.Runtime.Common.BaggageBuilder
Public Function OperationSource (source As String) As BaggageBuilder

Parameters

source
String

The operation source identifying where the operation originated.

Returns

The current builder instance for method chaining.

Remarks

This property must be set for the agent to pass certification requirements.

Applies to