IClusterMembershipService.TryKill(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.
Unilaterally declares the specified silo defunct.
public System.Threading.Tasks.Task<bool> TryKill (Orleans.Runtime.SiloAddress siloAddress);
abstract member TryKill : Orleans.Runtime.SiloAddress -> System.Threading.Tasks.Task<bool>
Public Function TryKill (siloAddress As SiloAddress) As Task(Of Boolean)
Parameters
- siloAddress
- SiloAddress
The silo address which is being declared defunct.
Returns
true
if the silo has been evicted, false
otherwise.