GlobalSingleInstanceAttribute 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 a single instance across all available clusters. Any requests in any clusters will be forwarded to the single activation instance.
public class GlobalSingleInstanceAttribute : Orleans.MultiCluster.RegistrationAttribute
type GlobalSingleInstanceAttribute = class
inherit RegistrationAttribute
Public Class GlobalSingleInstanceAttribute
Inherits RegistrationAttribute
- Inheritance
Constructors
GlobalSingleInstanceAttribute() |