SseParser<T>.LastEventId 属性

定义

获取最后一个事件 ID。

public:
 property System::String ^ LastEventId { System::String ^ get(); };
public string LastEventId { get; }
member this.LastEventId : string
Public ReadOnly Property LastEventId As String

属性值

注解

每当分析新的最后一个事件 ID 时,此值都更新。 它不会在 SSE 项之间重置。

适用于