다음을 통해 공유


MayInterleaveAttribute(String) 생성자

정의

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

public MayInterleaveAttribute (string callbackMethodName);
new Orleans.Concurrency.MayInterleaveAttribute : string -> Orleans.Concurrency.MayInterleaveAttribute
Public Sub New (callbackMethodName As String)

매개 변수

callbackMethodName
String

콜백 메서드 이름입니다. 다음 서명이 있는 메서드에 resolve 합니다.public static bool NameOfMethod(IInvokable req)

적용 대상