你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DurableOrchestrationClient.RaiseEventAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- instanceId
- String
- eventName
- String
- eventData
- Object
返回
适用于
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
参数
- taskHubName
- String
- instanceId
- String
- eventName
- String
- eventData
- Object
- connectionName
- String