GlobalSingleInstanceAttribute Class

Definition

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
GlobalSingleInstanceAttribute

Constructors

GlobalSingleInstanceAttribute()

Applies to