Received
class
Namespace: Orleans.Runtime.Diagnostics
Event payload for when a silo receives runtime statistics from another silo.
public sealed class Received : DeploymentLoadPublisherEventConstructors
Received(SiloAddress, SiloAddress, SiloRuntimeStatistics)Event payload for when a silo receives runtime statistics from another silo.
Fields
FromSiloThe address of the silo that sent the statistics.ReceiverSiloThe address of the silo that received the statistics.StatisticsThe received runtime statistics.
