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