RegisteredServersStore.ReloadLocalFileStore Method

Definition

Discard the current local file store and reload it from disk

public static void ReloadLocalFileStore ();
static member ReloadLocalFileStore : unit -> unit
Public Shared Sub ReloadLocalFileStore ()

Remarks

This isn't called "Refresh" because SfcInstance.Refresh does something completely different, like populating property bags, validating connections, etc. Also, this method is just reloading the local file store. Any non-local storage is unaffected by the method.

Applies to