次の方法で共有


EventData.CorrelationId プロパティ

定義

関連付け ID (通常は文字列形式の GUID) を取得します。 関連付け ID は、同じ uber 操作に属するイベント間で共有されます。

[Newtonsoft.Json.JsonProperty(PropertyName="correlationId")]
public string CorrelationId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="correlationId")>]
member this.CorrelationId : string
Public ReadOnly Property CorrelationId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象