Compartir a través de


RegisterProviderAttribute(String, String, String, Type) Constructor

Definición

Cuando se aplica a un tipo, indica que el tipo es un proveedor y que se debe registrar automáticamente.

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)

Parámetros

name
String

El nombre del proveedor, por ejemplo, "AzureTableStorage".

kind
String

El tipo de proveedor, por ejemplo, "Clustering", "Reminders".

target
String

Destino previsto del proveedor, por ejemplo, "Server", "Client".

type
Type

Se aplica a

Consulte también