7 implementations of EndWaitForMessage
System.ServiceModel (7)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
169
public bool
EndWaitForMessage
(IAsyncResult result)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (1)
667
public bool
EndWaitForMessage
(IAsyncResult result)
System\ServiceModel\Dispatcher\InputChannelBinder.cs (1)
148
public bool
EndWaitForMessage
(IAsyncResult result)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
232
public bool
EndWaitForMessage
(IAsyncResult result)
System\ServiceModel\Dispatcher\OutputChannelBinder.cs (1)
126
public bool
EndWaitForMessage
(IAsyncResult result)
System\ServiceModel\Dispatcher\ReplyChannelBinder.cs (1)
128
public bool
EndWaitForMessage
(IAsyncResult result)
System\ServiceModel\Dispatcher\RequestChannelBinder.cs (1)
130
public bool
EndWaitForMessage
(IAsyncResult result)
3 references to EndWaitForMessage
System.ServiceModel (3)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (1)
171
return this.channelBinder.
EndWaitForMessage
(result);
System\ServiceModel\Dispatcher\ErrorhandlingReceiver.cs (1)
245
this.binder.
EndWaitForMessage
(result);
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
234
return this.channelBinder.
EndWaitForMessage
(result);