GrainProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |