Freigeben über


BaggageBuilder.InvokeAgentServer(String, Nullable<Int32>) Method

Definition

Sets the invoke agent server address and port baggage values.

public Microsoft.Agents.A365.Observability.Runtime.Common.BaggageBuilder InvokeAgentServer(string? address, int? port = default);
member this.InvokeAgentServer : string * Nullable<int> -> Microsoft.Agents.A365.Observability.Runtime.Common.BaggageBuilder
Public Function InvokeAgentServer (address As String, Optional port As Nullable(Of Integer) = Nothing) As BaggageBuilder

Parameters

address
String

The server address (hostname) of the target agent service.

port
Nullable<Int32>

Optional server port. Only recorded when different from 443.

Returns

The current builder instance for method chaining.

Applies to