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