GrainInterfaceProperties 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 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. |