共用方式為


DefaultGrainTypeAttribute 類別

定義

指定建構這個介面的細微性參考時要使用的預設細微性類型,而不指定細微性類型。

[System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)]
public sealed class DefaultGrainTypeAttribute : Attribute, Orleans.Metadata.IGrainInterfacePropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Interface, AllowMultiple=false)>]
type DefaultGrainTypeAttribute = class
    inherit Attribute
    interface IGrainInterfacePropertiesProviderAttribute
Public NotInheritable Class DefaultGrainTypeAttribute
Inherits Attribute
Implements IGrainInterfacePropertiesProviderAttribute
繼承
DefaultGrainTypeAttribute
屬性
實作

建構函式

DefaultGrainTypeAttribute(String)

初始化 DefaultGrainTypeAttribute 類別的新執行個體。

明確介面實作

IGrainInterfacePropertiesProviderAttribute.Populate(IServiceProvider, Type, Dictionary<String,String>)

將細微性介面屬性新增至 properties

適用於