다음을 통해 공유


SiloAddress.IsSuccessorOf(SiloAddress) 메서드

정의

제공된 값이 이 값과 동일한 논리 서버를 나타내고 이 서버의 후속 서버이면 를 반환하고, 그렇지 않으면 false를 반환 true 합니다.

public bool IsSuccessorOf (Orleans.Runtime.SiloAddress other);
member this.IsSuccessorOf : Orleans.Runtime.SiloAddress -> bool
Public Function IsSuccessorOf (other As SiloAddress) As Boolean

매개 변수

other
SiloAddress

다른 인스턴스입니다.

반환

true 제공된 값이 이 값과 동일한 논리 서버를 나타내고 이 서버의 후속 서버이면 이고, 그렇지 않으면 false입니다.

적용 대상