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