DiscoveryServers Class
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.
Dataverse online Discovery server enumeration
public class DiscoveryServers : IDisposable, System.ComponentModel.INotifyPropertyChanged
type DiscoveryServers = class
interface INotifyPropertyChanged
interface IDisposable
Public Class DiscoveryServers
Implements IDisposable, INotifyPropertyChanged
- Inheritance
-
DiscoveryServers
- Implements
Constructors
DiscoveryServers() |
Default constructor, Builds baseline data for the Servers. |
Properties
OSDPServers |
Public Property to discovery servers |
Methods
Dispose() |
Clean up |
Dispose(Boolean) |
Clean up |
GetServerByGeo(String) |
Finds a Server Info by GEO Code. Note NorthAmerica and GCC cannot be located this way. to use with NA you must short name, NorthAmerica for NAM and NorthAmerica2 for GCC. |
GetServerByOrgUrl(Uri) |
Parses an OrgURI to determine what the supporting discovery server is. |
GetServerByShortName(String) |
Finds a Server by Name in the List or return null. |
GetServerShortNameByDisplayName(String) |
Finds the server short name by server uri |
Events
PropertyChanged |
Raised when a property changes |