SiloAddress.IsPredecessorOf(SiloAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.