GrainInterfaceProperties
class
Namespace: Orleans.Metadata
Information about a communication interface.
[Orleans.GenerateSerializer][Orleans.Immutable]public sealed class GrainInterfaceProperties : IEquatable<GrainInterfaceProperties>Constructors
GrainInterfaceProperties(ImmutableDictionary<string, string>)Initializes a new instance of theGrainInterfacePropertiesclass.
Properties
PropertiesGets the properties.
Methods
Equals(GrainInterfaceProperties?)Indicates whether the current object is equal to another object of the same type.Equals(object?)Determines whether the specified object is equal to the current object.GetHashCodeServes as the default hash function.ToDetailedStringReturns a detailed string representation of this instance.
