你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventProcessorClientOptions.Identifier 属性

定义

用于标识事件处理程序的唯一名称。 如果 null 为空,则 GUID 将用作标识符。

public string Identifier { get; set; }
member this.Identifier : string with get, set
Public Property Identifier As String

属性值

如果未指定,将生成随机唯一标识符。

适用于