2 overrides of EndTryReceiveItem
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1596protected override void EndTryReceiveItem(IDuplexSessionChannel channel, IAsyncResult result, out Message item) 1635protected override void EndTryReceiveItem(IReplySessionChannel channel, IAsyncResult result, out RequestContext item)
2 references to EndTryReceiveItem
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1388this.EndTryReceiveItem(channel, result, out item); 1514this.EndTryReceiveItem(channel, result, out item);