Skip to content

RegisterProviderAttribute

class

Namespace: Orleans

When applied to a type, indicates that the type is a provider and that it should be automatically registered.
public sealed class RegisterProviderAttribute : Attribute

Constructors

Properties

  • Kind Gets the kind of the provider, for example, "Clustering", "Reminders".
  • Name Gets the provider name, for example, "AzureTableStorage".
  • Target Gets the type used to configure the provider, for example, "Server", "Client".
  • Type Gets the type used to configure the provider.