Метод | Описание | |
---|---|---|
FilePath ( string filePath ) : |
Specifies the path and file name for the instance mapping XML. The default is
|
|
InstanceMappingFileSettings ( SettingsHolder settings ) : System |
Creates new instance of InstanceMappingFileSettings.
|
|
RefreshInterval ( System.TimeSpan refreshInterval ) : |
Specifies the interval between data refresh attempts. The default value is 30 seconds.
|
public FilePath ( string filePath ) : |
||
filePath | string | The relative or absolute file path to the instance mapping XML file. |
Результат |
public InstanceMappingFileSettings ( SettingsHolder settings ) : System | ||
settings | SettingsHolder | |
Результат | System |
public RefreshInterval ( System.TimeSpan refreshInterval ) : |
||
refreshInterval | System.TimeSpan | Refresh interval. Valid values must be between 1 second and less than 1 day. |
Результат |