Proprietà OrganizationRequest.RequestId
Si applica a: CRM 2015 on-prem, CRM Online
Gets or sets the ID of an asynchronous operation (system job). Optional.
Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property RequestId As Nullable(Of Guid)
[DataMemberAttribute]
public Nullable<Guid> RequestId { get; set; }
Valore proprietà
Type: Nullable<GUID>
The ID of an asynchronous operation (system job).
Note
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.
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
Classe OrganizationRequest
Membri OrganizationRequest
Spazio dei nomi Microsoft.Xrm.Sdk
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.