DurableOrchestrationContext.WaitForExternalEvent 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
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)
Paramètres de type
- T
Paramètres
- name
- String
Retours
Task<T>
S’applique à
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)
Paramètres de type
- T
Paramètres
- name
- String
- timeout
- TimeSpan
Retours
Task<T>
S’applique à
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)
Paramètres de type
- T
Paramètres
- name
- String
- timeout
- TimeSpan
- defaultValue
- T
Retours
Task<T>
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