The EFaqServerList type exposes the following members.

Constructors

  NameDescription
Public methodEFaqServerList
Initializes a new instance of the EFaqServerList class.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetServers
Gets the e-Faq servers that the current user has permission to query.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching
Determines whether a watch is active.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatching
Starts watching for changes to the list of e-FAQ servers.
Public methodStartWatchingAsync
Asynchronously starts watching for changes to the list of e-FAQ servers.
Public methodStopWatching
Stops watching for changes to the list of e-FAQ servers.
Public methodStopWatchingAsync
Asynchonously stops watching for changes to the list of e-FAQ servers.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyItem
Gets the EFaqServer with the specified name.

Events

  NameDescription
Public eventServersChanged
Occurs when a property of one or more user-accessible e-FAQ servers changes, and when an e-FAQ server is added or removed.

See Also