IDiscoveryClientResultCollection Interface
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.
A collection of results, IDiscoveryClientResult interfaces, from a Web service discovery search.
public interface class IDiscoveryClientResultCollection
public interface class IDiscoveryClientResultCollection
__interface IDiscoveryClientResultCollection
[System.Runtime.InteropServices.Guid("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDiscoveryClientResultCollection
[<System.Runtime.InteropServices.Guid("BCEB2C6C-E0D1-4FA5-8DDC-977D68E8D50B")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDiscoveryClientResultCollection = interface
Public Interface IDiscoveryClientResultCollection
- Attributes
Remarks
For more information about Web service discovery, see XML Web Service Discovery.
Methods
GetResult(Int32, IDiscoveryClientResult) |
Returns a single Web discovery result. |
GetResultCount(Int32) |
Returns the number of results in the collection of discovery results. |