SiloAddress.IsSuccessorOf(SiloAddress) Method
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 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
- other
- SiloAddress
The other instance.
true
if the provided value represents the same logical server as this value and is a successor to this server, otherwise false
.
Продукт | Версии |
---|---|
.NET Orleans | 3.4.5, 3.6.0, 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |