共用方式為


DiscoveryServers Class

Definition

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

Name Description
DiscoveryServers()

Default constructor, Builds baseline data for the Servers.

Properties

Name Description
OSDPServers

Public Property to discovery servers

Methods

Name Description
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

Name Description
PropertyChanged

Raised when a property changes

Applies to