OrleansConstructorAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定序列化程序在从序列化数据创建新实例时应使用的构造函数。
[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
- 继承
-
OrleansConstructorAttribute
- 属性
注解
最多可以使用此属性批注一个构造函数。 如果批注了多个构造函数,则忽略此属性的存在。
构造函数
OrleansConstructorAttribute() |
初始化 OrleansConstructorAttribute 类的新实例。 |