IDiscoveryService.Execute-metode
Executes a discovery service message in the form of a request, and returns a response.
Navneområde: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (i Microsoft.Xrm.Sdk.dll)
Syntaks
'Deklaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(DiscoveryServiceFault))> _
Function Execute ( _
request As DiscoveryRequest _
) As DiscoveryResponse
[OperationContractAttribute]
[FaultContractAttribute(typeof(DiscoveryServiceFault))]
DiscoveryResponse Execute (
DiscoveryRequest request
)
Parametre
- request
Type: DiscoveryRequest. A request instance that defines the action to be performed.
Returværdi
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.
Bemærkninger
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.
Sikkerhed i tråd
Alle offentlige statiske (Shared i Visual Basic) medlemmer af denne type er trådsikret. Alle medlemmer af forekomsten er ikke garanteret trådsikkerhed.
Platforme
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
Se også
Reference
IDiscoveryService-brugergrænseflade
IDiscoveryService-medlemmer
Microsoft.Xrm.Sdk.Discovery-navneområde
Andre ressourcer
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.