OneInstancePerClusterAttribute 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.
This attribute indicates that instances of the marked grain class will have an independent instance for each cluster with no coordination.
public class OneInstancePerClusterAttribute : Orleans.MultiCluster.RegistrationAttribute
type OneInstancePerClusterAttribute = class
inherit RegistrationAttribute
Public Class OneInstancePerClusterAttribute
Inherits RegistrationAttribute
- Inheritance
Constructors
OneInstancePerClusterAttribute() |