你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DurableEntityStatus.EntityId Property

Definition

Gets the EntityId of the queried entity instance.

[System.Runtime.Serialization.DataMember(Name="entityId")]
public Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId EntityId { get; set; }
[<System.Runtime.Serialization.DataMember(Name="entityId")>]
member this.EntityId : Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId with get, set
Public Property EntityId As EntityId

Property Value

The unique EntityId of the instance.

Attributes

Applies to