Comparteix a través de


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

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

Applies to