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