ReentrantAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Reentrant 특성은 작업 내에서 요청 인터리빙을 허용하는 조직 구현 클래스를 표시하는 데 사용됩니다.
이는 고급 기능이며 의미를 완전히 이해하지 않는 한 사용하면 안 됩니다. 즉, 요청 인터리빙을 허용하면 런타임 시스템에서 애플리케이션의 성능을 크게 향상시킬 수 있는 여러 최적화를 수행할 수 있습니다.
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ReentrantAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class ReentrantAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ReentrantAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type ReentrantAttribute = class
inherit Attribute
interface IGrainPropertiesProviderAttribute
Public NotInheritable Class ReentrantAttribute
Inherits Attribute
Public NotInheritable Class ReentrantAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
- 상속
-
ReentrantAttribute
- 특성
- 구현
생성자
ReentrantAttribute() |
Reentrant 특성은 작업 내에서 요청 인터리빙을 허용하는 조직 구현 클래스를 표시하는 데 사용됩니다. 이는 고급 기능이며 의미를 완전히 이해하지 않는 한 사용하면 안 됩니다. 즉, 요청 인터리빙을 허용하면 런타임 시스템에서 애플리케이션의 성능을 크게 향상시킬 수 있는 여러 최적화를 수행할 수 있습니다. |
메서드
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
에 조직 속성을 |