1 write to acceptor
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (1)
22
this.
acceptor
= new InputQueueChannelAcceptor<IInputChannel>(this);
9 references to acceptor
System.ServiceModel (9)
System\ServiceModel\Channels\MsmqInputChannelListenerBase.cs (9)
31
this.
acceptor
.EnqueueAndDispatch(inputChannel);
38
this.
acceptor
.Open();
44
this.
acceptor
.Close();
63
return this.
acceptor
.AcceptChannel(timeout);
68
return this.
acceptor
.BeginAcceptChannel(timeout, callback, state);
73
return this.
acceptor
.EndAcceptChannel(result);
79
return this.
acceptor
.WaitForChannel(timeout);
84
return this.
acceptor
.BeginWaitForChannel(timeout, callback, state);
89
return this.
acceptor
.EndWaitForChannel(result);