SiloMetadata
record
Namespace: Orleans.Runtime.MembershipService.SiloMetadata
Describes the metadata associated with a silo.
[Orleans.GenerateSerializer][Orleans.Alias(Orleans.Runtime.MembershipService.SiloMetadata.SiloMetadata)]public record SiloMetadata : IEquatable<SiloMetadata>Constructors
Properties
EmptyGets an instance which contains no metadata.EqualityContractMetadataGets the metadata key-value pairs associated with the silo.
Methods
<Clone>$Equals(object?)Determines whether the specified object is equal to the current object.Equals(SiloMetadata?)Indicates whether the current object is equal to another object of the same type.GetHashCodeServes as the default hash function.PrintMembers(StringBuilder)ToStringReturns a string that represents the current object.operator ==(SiloMetadata?, SiloMetadata?)operator !=(SiloMetadata?, SiloMetadata?)
