RegisteredServersStore.ReloadLocalFileStore 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.
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.