Redigera

Dela via


RegisterProviderAttribute(String, String, String, Type) Constructor

Definition

When applied to a type, indicates that the type is a provider and that it should be automatically registered.

public RegisterProviderAttribute (string name, string kind, string target, Type type);
new Orleans.RegisterProviderAttribute : string * string * string * Type -> Orleans.RegisterProviderAttribute
Public Sub New (name As String, kind As String, target As String, type As Type)

Parameters

name
String

The provider name, for example, "AzureTableStorage".

kind
String

The kind of provider, for example, "Clustering", "Reminders".

target
String

The intended target of the provider, for example, "Server", "Client".

type
Type

Applies to

See also