다음을 통해 공유


MayInterleaveAttribute 클래스

정의

MayInterleaveAttribute 특성은 제공된 메서드 콜백을 통해 요청 인터리빙을 제어하려는 클래스를 표시하는 데 사용됩니다.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class MayInterleaveAttribute : Attribute, Orleans.Metadata.IGrainPropertiesProviderAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type MayInterleaveAttribute = class
    inherit Attribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Public NotInheritable Class MayInterleaveAttribute
Inherits Attribute
Implements IGrainPropertiesProviderAttribute
상속
MayInterleaveAttribute
특성
구현

설명

콜백 메서드 이름은 동일한 클래스에 선언된 공용 정적 함수를 가리키고 다음 서명을 가져야 합니다. public static bool MayInterleave(IInvokable req)

생성자

MayInterleaveAttribute(String)

MayInterleaveAttribute 클래스의 새 인스턴스를 초기화합니다.

메서드

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

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

적용 대상