NServiceBus.HostInfoSettings.UsingInstalledFilePath C# (CSharp) Method

UsingInstalledFilePath() public method

In this mode, the host id is derived from the installed file path and the current machine name.
This mode is only recommended if upgrades are deployed always to the same path. When using Octopus Deploy do not use this mode, instead use UsingNames.
public UsingInstalledFilePath ( ) : HostInfoSettings
return HostInfoSettings
        public HostInfoSettings UsingInstalledFilePath()
        {
            //This is the default, we don't need to do anything

            return this;
        }