Method WaitForMessage
WaitForMessage<T>(MessageStage)
Adds a wait condition: wait for a message of type T at the specified stage.
public ActivityTracker WaitForMessage<T>(MessageStage stage = MessageStage.Dispatched) where T : notnull
Parameters
stageMessageStage
Returns
Type Parameters
T