DurableOrchestrationContext.WaitForExternalEvent 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
WaitForExternalEvent<T>(String) | |
WaitForExternalEvent<T>(String, TimeSpan) | |
WaitForExternalEvent<T>(String, TimeSpan, T) |
WaitForExternalEvent<T>(String)
public override System.Threading.Tasks.Task<T> WaitForExternalEvent<T> (string name);
override this.WaitForExternalEvent : string -> System.Threading.Tasks.Task<'T>
Public Overrides Function WaitForExternalEvent(Of T) (name As String) As Task(Of T)
Parâmetros de tipo
- T
Parâmetros
- name
- String
Retornos
Task<T>
Aplica-se a
WaitForExternalEvent<T>(String, TimeSpan)
public override System.Threading.Tasks.Task<T> WaitForExternalEvent<T> (string name, TimeSpan timeout);
override this.WaitForExternalEvent : string * TimeSpan -> System.Threading.Tasks.Task<'T>
Public Overrides Function WaitForExternalEvent(Of T) (name As String, timeout As TimeSpan) As Task(Of T)
Parâmetros de tipo
- T
Parâmetros
- name
- String
- timeout
- TimeSpan
Retornos
Task<T>
Aplica-se a
WaitForExternalEvent<T>(String, TimeSpan, T)
public override System.Threading.Tasks.Task<T> WaitForExternalEvent<T> (string name, TimeSpan timeout, T defaultValue);
override this.WaitForExternalEvent : string * TimeSpan * 'T -> System.Threading.Tasks.Task<'T>
Public Overrides Function WaitForExternalEvent(Of T) (name As String, timeout As TimeSpan, defaultValue As T) As Task(Of T)
Parâmetros de tipo
- T
Parâmetros
- name
- String
- timeout
- TimeSpan
- defaultValue
- T
Retornos
Task<T>
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET