SetEventId Method
Definition
SetEventId<T>(T, string)
Assigns a new eventId to the request.
public static T SetEventId<T>(this T request, string eventId) where T : IMetadata
Parameters
Returns
- T
A reference to
requestafter the operation has completed.
Type Parameters
TThe model that implements the IMetadata interface.