IDurableOrchestrationContext.CreateEntityProxy Methode

Definition

Überlädt

CreateEntityProxy<TEntityInterface>(String)

Erstellen Sie einen Entitätsproxy.

CreateEntityProxy<TEntityInterface>(EntityId)

Erstellen Sie einen Entitätsproxy.

CreateEntityProxy<TEntityInterface>(String)

Quelle:
IDurableOrchestrationContext.cs

Erstellen Sie einen Entitätsproxy.

public TEntityInterface CreateEntityProxy<TEntityInterface> (string entityKey);
abstract member CreateEntityProxy : string -> 'EntityInterface
Public Function CreateEntityProxy(Of TEntityInterface) (entityKey As String) As TEntityInterface

Typparameter

TEntityInterface

Entitätsschnittstelle.

Parameter

entityKey
String

Der Zielentitätsschlüssel.

Gibt zurück

TEntityInterface

Entitätsproxy.

Gilt für:

CreateEntityProxy<TEntityInterface>(EntityId)

Quelle:
IDurableOrchestrationContext.cs

Erstellen Sie einen Entitätsproxy.

public TEntityInterface CreateEntityProxy<TEntityInterface> (Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId entityId);
abstract member CreateEntityProxy : Microsoft.Azure.WebJobs.Extensions.DurableTask.EntityId -> 'EntityInterface
Public Function CreateEntityProxy(Of TEntityInterface) (entityId As EntityId) As TEntityInterface

Typparameter

TEntityInterface

Entitätsschnittstelle.

Parameter

entityId
EntityId

Die Zielentität.

Gibt zurück

TEntityInterface

Entitätsproxy.

Gilt für: