IDiscoveryClientResultCollection Interface

Definition

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.

Applies to