Partager via


Propriété OrganizationRequest.RequestId

S'applique à: CRM 2015 on-prem, CRM Online

Gets or sets the ID of an asynchronous operation (system job). Optional.

Espace de noms: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property RequestId As Nullable(Of Guid)
[DataMemberAttribute] 
public Nullable<Guid> RequestId { get; set; }

Valeur de propriété

Type: Autorise la valeur Null<GUID>
The ID of an asynchronous operation (system job).

Remarques

You can pass an optional parameter into any message by setting this property. For any message that can be used in an asynchronous operation, set this to the value of AsyncOperation.RequestId.

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

Classe OrganizationRequest
Membres OrganizationRequest
Espace de noms Microsoft.Xrm.Sdk

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