SiloHost.StartSiloAsync(Boolean) 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.
Start this silo.
public System.Threading.Tasks.Task<bool> StartSiloAsync (bool catchExceptions = true);
member this.StartSiloAsync : bool -> System.Threading.Tasks.Task<bool>
Public Function StartSiloAsync (Optional catchExceptions As Boolean = true) As Task(Of Boolean)
Parameters
- catchExceptions
- Boolean