Freigeben über


IDiscoveryService.Execute Methode

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

Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(DiscoveryServiceFault))> _
Function Execute ( _
    request As DiscoveryRequest _
) As DiscoveryResponse
[OperationContractAttribute] 
[FaultContractAttribute(typeof(DiscoveryServiceFault))] 
DiscoveryResponse Execute (
    DiscoveryRequest request
)

Parameter

  • request
    Type: DiscoveryRequest. A request instance that defines the action to be performed.

Rückgabewert

Type: DiscoveryResponse.
The response from processing the request. You must cast the return value of this method to the specific instance of the response that corresponds to the Request parameter.

Anmerkungen

Privileges and Access Rights

To execute a message, the caller must have a system user account on the Microsoft Dynamics CRM server.

Method Availability

This method works only when connected to the server.

Thread-Sicherheit

Alle öffentlichen statischen Mitglieder (Shared in Visual Basic) dieses Typs sind thread-sicher. Bei Instanzmitgliedern kann keine Garantie für die Thread-Sicherheit übernommen werden.

Plattformen

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

Windows Server 2008,Windows Server 2012,Windows 7

Siehe auch

Referenz

IDiscoveryService Schnittstelle
IDiscoveryService Mitglieder
Microsoft.Xrm.Sdk.Discovery Namespace

Weitere Ressourcen

Discovery Service Messages (Request and Response Classes)
Sample: Access the Discovery Service
Handle Exceptions in Your Code

Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.