DurableOrchestrationClientBase.RaiseEventAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RaiseEventAsync(String, String) | |
RaiseEventAsync(String, String, Object) | |
RaiseEventAsync(String, String, String, Object, String) |
RaiseEventAsync(String, String)
public virtual System.Threading.Tasks.Task RaiseEventAsync (string instanceId, string eventName);
abstract member RaiseEventAsync : string * string -> System.Threading.Tasks.Task
override this.RaiseEventAsync : string * string -> System.Threading.Tasks.Task
Public Overridable Function RaiseEventAsync (instanceId As String, eventName As String) As Task
Parâmetros
- instanceId
- String
- eventName
- String
Retornos
Aplica-se a
RaiseEventAsync(String, String, Object)
public abstract System.Threading.Tasks.Task RaiseEventAsync (string instanceId, string eventName, object eventData);
abstract member RaiseEventAsync : string * string * obj -> System.Threading.Tasks.Task
Public MustOverride Function RaiseEventAsync (instanceId As String, eventName As String, eventData As Object) As Task
Parâmetros
- instanceId
- String
- eventName
- String
- eventData
- Object
Retornos
Aplica-se a
RaiseEventAsync(String, String, String, Object, String)
public abstract System.Threading.Tasks.Task RaiseEventAsync (string taskHubName, string instanceId, string eventName, object eventData, string connectionName = default);
abstract member RaiseEventAsync : string * string * string * obj * string -> System.Threading.Tasks.Task
Public MustOverride Function RaiseEventAsync (taskHubName As String, instanceId As String, eventName As String, eventData As Object, Optional connectionName As String = Nothing) As Task
Parâmetros
- taskHubName
- String
- instanceId
- String
- eventName
- String
- eventData
- Object
- connectionName
- String
Retornos
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET