| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As ApplicationConfiguration Dim createAlways As Boolean Dim value As ConfiguredEndpointCollection value = instance.LoadCachedEndpoints(createAlways) | |
| C# | |
|---|---|
public ConfiguredEndpointCollection LoadCachedEndpoints( bool createAlways ) | |
Parameters
- createAlways
- if set to
trueConfiguredEndpointCollection is always returned, even if loading from disk fails
Return Value
Colection of configured endpoints from the disk.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x