StorageEmulator.TryStart 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.
Tries to start the storage emulator.
public static bool TryStart ();
static member TryStart : unit -> bool
Public Shared Function TryStart () As Boolean
Returns
true
if the process was started successfully; false
otherwise.