Edit

Share via


GrainProperties Class

Definition

Information about a logical grain type GrainType.

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

Constructors

GrainProperties(ImmutableDictionary<String,String>)

Initializes a new instance of the GrainProperties class.

Properties

Properties

Gets the properties.

Methods

ToDetailedString()

Returns a detailed, string representation of this instance.

Applies to