DurableOrchestrationClient.RaiseEventAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
RaiseEventAsync(String, String, Object) | |
RaiseEventAsync(String, String, String, Object, String) |
RaiseEventAsync(String, String, Object)
public override System.Threading.Tasks.Task RaiseEventAsync (string instanceId, string eventName, object eventData);
override this.RaiseEventAsync : string * string * obj -> System.Threading.Tasks.Task
Public Overrides Function RaiseEventAsync (instanceId As String, eventName As String, eventData As Object) As Task
Paramètres
- instanceId
- String
- eventName
- String
- eventData
- Object
Retours
S’applique à
RaiseEventAsync(String, String, String, Object, String)
public override System.Threading.Tasks.Task RaiseEventAsync (string taskHubName, string instanceId, string eventName, object eventData, string connectionName = default);
override this.RaiseEventAsync : string * string * string * obj * string -> System.Threading.Tasks.Task
Public Overrides Function RaiseEventAsync (taskHubName As String, instanceId As String, eventName As String, eventData As Object, Optional connectionName As String = Nothing) As Task
Paramètres
- taskHubName
- String
- instanceId
- String
- eventName
- String
- eventData
- Object
- connectionName
- String
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET