Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ WriteEventWithRelatedActivityId()

unsafe void System.Diagnostics.Tracing.EventSource.WriteEventWithRelatedActivityId ( int eventId,
Guid relatedActivityId,
params object?[] args )
inlineprotectedinherited

Definition at line 1048 of file EventSource.cs.

1049 {
1051 }
unsafe void WriteEventVarargs(int eventId, Guid *childActivityID, object[] args)

References System.Diagnostics.Tracing.EventSource.WriteEventVarargs().