Exemple #1
0
 /// <summary>
 /// It will wait until a response is provided by another thread to the integration queue item specified by its token.
 /// </summary>
 public static TResponse AwaitResponse(string requestToken, int waitIntervals = 50)
 {
     return(IntegrationManager.AwaitResponse <TResponse>(requestToken, waitIntervals));
 }