IDiscoveryService Interface

Definition

Provides programmatic access to organization and user information.

public interface class IDiscoveryService
[System.ServiceModel.ServiceContract(Name="IDiscoveryService", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
[System.ServiceModel.ServiceKnownType(typeof(Microsoft.Xrm.Sdk.DiscoveryServiceFault))]
public interface IDiscoveryService
[<System.ServiceModel.ServiceContract(Name="IDiscoveryService", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Discovery")>]
[<System.ServiceModel.ServiceKnownType(typeof(Microsoft.Xrm.Sdk.DiscoveryServiceFault))>]
type IDiscoveryService = interface
Public Interface IDiscoveryService
Derived
Attributes

Remarks

Refer to DiscoveryServiceProxy for an implementation of this interface.

Methods

Execute(DiscoveryRequest)

Executes a discovery service message in the form of a request, and returns a response.

Applies to

See also