다음을 통해 공유


MethodIdAttribute(Int32) 생성자

정의

이 특성이 선언된 인터페이스 메서드의 메서드 ID를 지정합니다.

public MethodIdAttribute (int methodId);
new Orleans.CodeGeneration.MethodIdAttribute : int -> Orleans.CodeGeneration.MethodIdAttribute
Public Sub New (methodId As Integer)

매개 변수

methodId
Int32

메서드 ID입니다.

설명

메서드 ID는 지정된 인터페이스의 모든 메서드에 대해 고유해야 합니다. 이 특성은 메서드 정의가 아닌 인터페이스 메서드 선언에서만 유효합니다.

적용 대상