Partilhar via


OrleansConstructorAttribute Classe

Definição

Especifica o construtor que o serializador deve usar ao criar novas instâncias de dados serializados.

[System.AttributeUsage(System.AttributeTargets.Constructor)]
public sealed class OrleansConstructorAttribute : Microsoft.Extensions.DependencyInjection.ActivatorUtilitiesConstructorAttribute
[<System.AttributeUsage(System.AttributeTargets.Constructor)>]
type OrleansConstructorAttribute = class
    inherit ActivatorUtilitiesConstructorAttribute
Public NotInheritable Class OrleansConstructorAttribute
Inherits ActivatorUtilitiesConstructorAttribute
Herança
OrleansConstructorAttribute
Atributos

Comentários

No máximo, um construtor pode ser anotado com esse atributo. Se vários construtores forem anotados, a presença desse atributo será ignorada.

Construtores

OrleansConstructorAttribute()

Inicializa uma nova instância da classe OrleansConstructorAttribute.

Aplica-se a

Confira também