Silo.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.
Gracefully stop the run time system and the application. All grains will be properly deactivated. All in-flight applications requests would be awaited and finished gracefully.
public void Shutdown ();
member this.Shutdown : unit -> unit
Public Sub Shutdown ()