1 instantiation of MatchState
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (1)
279
state = new
MatchState
(name, this.iteration, isPrivate);
18 references to MatchState
System.ServiceModel (18)
System\ServiceModel\Channels\MsmqBindingMonitor.cs (18)
23
Dictionary<string,
MatchState
> knownPublicQueues = new Dictionary<string,
MatchState
>();
24
Dictionary<string,
MatchState
> knownPrivateQueues = new Dictionary<string,
MatchState
>();
137
void MatchFilter(MsmqBindingFilter filter, IEnumerable<
MatchState
> queues)
140
foreach (
MatchState
state in queues)
158
void RetryMatchFilters(IEnumerable<
MatchState
> queues)
161
foreach (
MatchState
state in queues)
170
void MatchQueue(
MatchState
state)
270
void ProcessFoundQueues(MessageQueue[] queues, Dictionary<string,
MatchState
> knownQueues, bool isPrivate)
274
MatchState
state;
304
void ProcessLostQueues(Dictionary<string,
MatchState
> knownQueues)
306
List<
MatchState
> lostQueues = new List<
MatchState
>();
308
foreach (
MatchState
state in knownQueues.Values)
317
foreach (
MatchState
state in lostQueues)
327
void RematchQueues(MsmqBindingFilter filter, IEnumerable<
MatchState
> queues)
330
foreach (
MatchState
state in queues)