다음을 통해 공유


ReentrantAttribute 클래스

정의

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>)

에 조직 속성을 properties추가합니다.

적용 대상