IConfigurableSiloMetricsDataPublisher.AddConfiguration 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.
public void AddConfiguration (string deploymentId, bool isSilo, string siloName, Orleans.Runtime.SiloAddress address, System.Net.IPEndPoint gateway, string hostName);
abstract member AddConfiguration : string * bool * string * Orleans.Runtime.SiloAddress * System.Net.IPEndPoint * string -> unit
Public Sub AddConfiguration (deploymentId As String, isSilo As Boolean, siloName As String, address As SiloAddress, gateway As IPEndPoint, hostName As String)
Parameters
- deploymentId
- String
- isSilo
- Boolean
- siloName
- String
- address
- SiloAddress
- gateway
- IPEndPoint
- hostName
- String