2 overrides of BeginTryReceiveItem
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1586
protected override IAsyncResult
BeginTryReceiveItem
(IDuplexSessionChannel channel, AsyncCallback callback, object state)
1624
protected override IAsyncResult
BeginTryReceiveItem
(IReplySessionChannel channel, AsyncCallback callback, object state)
1 reference to BeginTryReceiveItem
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1552
IAsyncResult result = this.
BeginTryReceiveItem
(channel, this.onReceiveComplete, channel);