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 類別的新執行個體。 |