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