IDiscoveryService 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.
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. |