DefaultGrainTypeAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
조직 형식을 지정하지 않고 이 인터페이스에 대한 조직 참조를 생성할 때 사용할 기본 조직 형식을 지정합니다.
[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>) |
에 조직 인터페이스 속성을 |