ISiloStatusOracle.ShutDown 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.
Caution
Subscribe to silo lifecycle instead, via ILifecycleParticipant<ISiloLifecycle>
ShutDown this oracle. Will update this silo in the SiloDirectory with SiloStatus.ShuttingDown status.
public System.Threading.Tasks.Task ShutDown ();
[System.Obsolete("Subscribe to silo lifecycle instead, via ILifecycleParticipant<ISiloLifecycle>", true)]
public System.Threading.Tasks.Task ShutDown ();
abstract member ShutDown : unit -> System.Threading.Tasks.Task
[<System.Obsolete("Subscribe to silo lifecycle instead, via ILifecycleParticipant<ISiloLifecycle>", true)>]
abstract member ShutDown : unit -> System.Threading.Tasks.Task
Public Function ShutDown () As Task
Returns
- Attributes