Skip to content

StorageEmulator Methods

A wrapper on Azure Storage Emulator.

Help

static
View source
public static string Help()
Storage Emulator help.

Returns

Storage emulator help.

IsStarted

static
View source
public static bool IsStarted()
Is the storage emulator already started.

Returns

true if this instance is started; otherwise, false.

Start

static
View source
public static bool Start()
Starts the storage emulator if not already started.

Returns

true if the process was started successfully; false otherwise.

Stop

static
View source
public static bool Stop()
Stops the storage emulator if started.

Returns

true if the process was stopped successfully or was already stopped; false otherwise.

TryStart

static
View source
public static bool TryStart()
Tries to start the storage emulator.

Returns

true if the process was started successfully; false otherwise.