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

EntityProxy(IEntityProxyContext, EntityId) Constructor

Definition

Create an entity proxy.

protected EntityProxy(Microsoft.Azure.WebJobs.Extensions.DurableTask.IEntityProxyContext context, Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId entityId);
new Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityProxy : Microsoft.Azure.WebJobs.Extensions.DurableTask.IEntityProxyContext * Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId -> Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityProxy
Protected Sub New (context As IEntityProxyContext, entityId As EntityId)

Parameters

context
IEntityProxyContext

context.

entityId
EntityId

Entity id.

Applies to