You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="query">query where top level fields do not contain operators. Lower level fields can however. eg: valid {a: {$gt: 1}, "b.c": 3}, invalid {$and: [{...}, {...}]}</param>
173
+
/// <param name="resetRunning">duration before this message is considered abandoned and will be given with another call to Get()</param>
174
+
/// <param name="wait">duration to keep polling before returning null</param>
175
+
/// <param name="poll">duration between poll attempts</param>
176
+
/// <param name="approximateWait">whether to fluctuate the wait time randomly by +-10 percent. This ensures Get() calls seperate in time when multiple Queues are used in loops started at the same time</param>
177
+
/// <returns>message or null</returns>
178
+
/// <exception cref="ArgumentNullException">query is null</exception>
0 commit comments