DynamicsAXClient.GetItemAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a record
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.DynamicsAX.Models.GetItemResponse> GetItemAsync(string instance, string entityName, string objectId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DynamicsAX.Models.GetItemResponse>
override this.GetItemAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.DynamicsAX.Models.GetItemResponse>
Public Overridable Function GetItemAsync (instance As String, entityName As String, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetItemResponse)
Parameters
- instance
- String
Instance
- entityName
- String
Entity name
- objectId
- String
Object id
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get a record response.
Remarks
Retrieves a single record