Classe DiscoveryResponse
Si applica a: CRM 2015 on-prem, CRM Online
Contains the response from the request and is the base class for all discovery service responses.
Spazio dei nomi: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
<KnownTypeAttribute(GetType(RetrieveOrganizationResponse))> _
<KnownTypeAttribute(GetType(RetrieveUserIdByExternalIdResponse))> _
<DataContractAttribute(Name:="DiscoveryResponse", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")> _
<KnownTypeAttribute(GetType(RetrieveOrganizationsResponse))> _
Public MustInherit Class DiscoveryResponse
Implements IExtensibleDataObject
[KnownTypeAttribute(typeof(RetrieveOrganizationResponse))]
[KnownTypeAttribute(typeof(RetrieveUserIdByExternalIdResponse))]
[DataContractAttribute(Name="DiscoveryResponse", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Discovery")]
[KnownTypeAttribute(typeof(RetrieveOrganizationsResponse))]
public abstract class DiscoveryResponse : IExtensibleDataObject
Note
This is the base class for all discovery Web service responses. An instance of a response class is returned from the Execute method.
Gerarchia ereditarietà
System.Object
Microsoft.Xrm.Sdk.Discovery.DiscoveryResponse
Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationResponse
Microsoft.Xrm.Sdk.Discovery.RetrieveOrganizationsResponse
Microsoft.Xrm.Sdk.Discovery.RetrieveUserIdByExternalIdResponse
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Membri DiscoveryResponse
Spazio dei nomi Microsoft.Xrm.Sdk.Discovery
Classe DiscoveryRequest
Altre risorse
Discovery Service Messages (Request and Response Classes)
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.