Classe RetrieveTimestampRequest
S'applique à: CRM 2015 on-prem, CRM Online
Contains the data that is needed to retrieves a time stamp for the metadata.
Espace de noms: Microsoft.Xrm.Sdk.Messages
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
Public NotInheritable Class RetrieveTimestampRequest
Inherits OrganizationRequest
[DataContractAttribute(Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class RetrieveTimestampRequest : OrganizationRequest
Remarques
Message Availability
Ce message fonctionne, que l'appelant soit connecté au serveur ou en mode hors connexion.
Usage
Pass an instance of this class to the Execute method, which returns an instance of RetrieveTimestampResponse.
Privileges and Access Rights
To perform this action, the caller must have privileges listed in RetrieveTimestamp Privileges.
Notes for Callers
Execute this message before you retrieve metadata. You can repeat this process later to see if the metadata has changed in the intervening time. If the value is the same, the metadata has not changed. If the value is different, you retrieve the metadata again to get the updated values.
Hiérarchie d'héritage
System.Object
Microsoft.Xrm.Sdk.OrganizationRequest
Microsoft.Xrm.Sdk.Messages.RetrieveTimestampRequest
Cohérence de thread
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Membres RetrieveTimestampRequest
Espace de noms Microsoft.Xrm.Sdk.Messages
Autres ressources
Extend the Metadata Model for Microsoft Dynamics CRM
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.