June 2002
Intermediate to advanced
816 pages
28h 12m
English
DiscoveryClientResultCollection
This class contains a collection of DiscoveryClientResult
objects. It’s used by the the System.Web.Services.Discovery.DiscoveryClientProtocol.DiscoveryClientResultsFile.Results property
in conjunction with the DiscoveryClientProtocol.WriteAll()
method, and can contain information about the references from multiple discovery documents.
Public NotInheritable Class DiscoveryClientResultCollection : Inherits CollectionBase ' Public Constructors Public Sub New() ' Public Instance Properties Public Default Property Item( ByVal i As Integer) As DiscoveryClientResult ' Public Instance Methods Public Function Add( ByVal value As DiscoveryClientResult) As Integer Public Function Contains( ByVal value As DiscoveryClientResult) As Boolean Public Sub Remove(ByVal value As DiscoveryClientResult) End Class
System.Object→ System.Collections.CollectionBase(System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable)→ DiscoveryClientResultCollection
Read now
Unlock full access