DurableOrchestrationClient.RaiseEventAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- instanceId
- String
- eventName
- String
- eventData
- Object
Returns
Applies to
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
Parameters
- taskHubName
- String
- instanceId
- String
- eventName
- String
- eventData
- Object
- connectionName
- String
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET