BaggageBuilder.OperationSource(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.