Exemple #1
0
 /// <summary>
 /// Injects an asyncronous waiter which will inject the provided response for one potential future request.
 /// It will check every 5 milliseconds to see if a request item is inserted in the queue, and in that case respond to it.
 /// </summary>
 public static void InjectResponse(TResponse injectedResponse)
 {
     IntegrationManager.InjectResponse <TRequest, TResponse>(injectedResponse);
 }