IDurableOrchestrationContext.CreateEntityProxy Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateEntityProxy<TEntityInterface>(String) |
Erstellen Sie einen Entitätsproxy. |
CreateEntityProxy<TEntityInterface>(EntityId) |
Erstellen Sie einen Entitätsproxy. |
CreateEntityProxy<TEntityInterface>(String)
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)
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:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET