Edit

Share via


SiloAddress.IsPredecessorOf(SiloAddress) Method

Definition

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

public bool IsPredecessorOf (Orleans.Runtime.SiloAddress other);
member this.IsPredecessorOf : Orleans.Runtime.SiloAddress -> bool
Public Function IsPredecessorOf (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 predecessor to this server, otherwise false.

Applies to