2 overrides of EndTryReceiveItem
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1304protected override void EndTryReceiveItem(IDuplexChannel channel, IAsyncResult result, out Message item) 1343protected override void EndTryReceiveItem(IReplyChannel channel, IAsyncResult result, out RequestContext item)
3 references to EndTryReceiveItem
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableChannelListener.cs (3)
959this.EndTryReceiveItem(channel, result, out item); 1142this.EndTryReceiveItem(channel, result, out item); 1259this.EndTryReceiveItem(channel, result, out item);