Edit

Share via


SiloAddress.IsSuccessorOf(SiloAddress) Method

Definition

Returns true if the provided value represents the same logical server as this value and is a successor to this server, otherwise false.

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

Parameters

other
SiloAddress

The other instance.

Returns

true if the provided value represents the same logical server as this value and is a successor to this server, otherwise false.

Applies to