EtwActivity.CorrelateWithActivity(Guid) Method

Definition

CorrelateWithActivity (EventId: 0x1f05/7941) This method also sets a new activity id in current thread. And then correlates the new id with parentActivityId

public:
 void CorrelateWithActivity(Guid parentActivityId);
public void CorrelateWithActivity (Guid parentActivityId);
member this.CorrelateWithActivity : Guid -> unit
Public Sub CorrelateWithActivity (parentActivityId As Guid)

Parameters

parentActivityId
Guid

Applies to