2 overrides of BeginTryReceiveItem
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1294protected override IAsyncResult BeginTryReceiveItem(IDuplexChannel channel, AsyncCallback callback, object state) 1332protected override IAsyncResult BeginTryReceiveItem(IReplyChannel channel, AsyncCallback callback, object state)
1 reference to BeginTryReceiveItem
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1249IAsyncResult result = this.BeginTryReceiveItem(channel, this.onTryReceiveComplete, channel);