Edit

Share via


GrainInterfaceProperties Class

Definition

Information about a communication interface.

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public sealed class GrainInterfaceProperties
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type GrainInterfaceProperties = class
Public NotInheritable Class GrainInterfaceProperties
Inheritance
GrainInterfaceProperties
Attributes

Constructors

GrainInterfaceProperties(ImmutableDictionary<String,String>)

Initializes a new instance of the GrainInterfaceProperties class.

Properties

Properties

Gets the properties.

Methods

ToDetailedString()

Returns a detailed string representation of this instance.

Applies to