BaggageBuilder.InvokeAgentServer(String, Nullable<Int32>) 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 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.
Returns
The current builder instance for method chaining.