2 types derived from ChainedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ChainedAsyncResult.cs (2)
129
internal class ChainedCloseAsyncResult :
ChainedAsyncResult
164
internal class ChainedOpenAsyncResult :
ChainedAsyncResult
23 instantiations of ChainedAsyncResult
System.ServiceModel (23)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
1553
return new
ChainedAsyncResult
(timeout, callback, state, this.OnBeginOuterListenerOpen, this.OnEndOuterListenerOpen, base.OnBeginOpen, base.OnEndOpen);
1586
return new
ChainedAsyncResult
(timeout, callback, state, this.OnBeginOuterListenerClose, this.OnEndOuterListenerClose, base.OnBeginClose, base.OnEndClose);
3492
return new
ChainedAsyncResult
(timeout, callback, state, this.OnBeginOuterListenerOpen, this.OnEndOuterListenerOpen, base.OnBeginOpen, base.OnEndOpen);
3525
return new
ChainedAsyncResult
(timeout, callback, state, this.OnBeginOuterListenerClose, this.OnEndOuterListenerClose, base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
408
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, begin1, end1);
503
return new
ChainedAsyncResult
(timeout, callback, state, begin1, end1,
System\ServiceModel\Channels\DatagramAdapter.cs (1)
294
return new
ChainedAsyncResult
(timeout, callback, state,
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
208
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, this.innerInputListener.BeginClose, this.innerInputListener.EndClose);
System\ServiceModel\Channels\PeerInputChannel.cs (2)
75
return new
ChainedAsyncResult
(timeout, callback, state, OnBeginCloseNode, OnEndCloseNode,
88
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen,
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1175
return new
ChainedAsyncResult
(timeout, callback, state, this.channelTracker.BeginOpen, this.channelTracker.EndOpen,
1229
return new
ChainedAsyncResult
(timeout, callback, state, base.BeginCloseInnerListener, base.EndCloseInnerListener,
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
239
return new
ChainedAsyncResult
(timeout, callback, state, this.OnBeginCloseSharedState, this.OnEndCloseSharedState, base.OnBeginClose, base.OnEndClose);
272
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginOpen, base.OnEndOpen, this.OnBeginOpenListenerState, this.OnEndOpenListenerState);
758
return new
ChainedAsyncResult
(timeout, callback, state, this.OnBeginCloseSharedState, this.OnEndCloseSharedState, base.OnBeginClose, base.OnEndClose);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1384
return new
ChainedAsyncResult
(timeout, callback, state,
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
472
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose,
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (2)
61
return new
ChainedAsyncResult
(timeout, callback, state, base.OnBeginClose, base.OnEndClose, begin1, end1);
156
return new
ChainedAsyncResult
(timeout, callback, state, begin1, end1,
System\ServiceModel\ClientBase.cs (2)
710
return new
ChainedAsyncResult
(timeout, callback, state, BeginChannelClose, EndChannelClose, BeginFactoryClose, EndFactoryClose);
725
return new
ChainedAsyncResult
(timeout, callback, state, BeginFactoryOpen, EndFactoryOpen, BeginChannelOpen, EndChannelOpen);
System\ServiceModel\Security\SecurityChannel.cs (1)
65
return new
ChainedAsyncResult
(timeout, callback, state, this.BeginCloseSecurityProtocol, this.EndCloseSecurityProtocol,
System\ServiceModel\ServiceChannelManager.cs (1)
316
return new
ChainedAsyncResult
(timeout, callback, state, BeginCloseInput, EndCloseInput, OnBeginCloseContinue, OnEndCloseContinue);
28 references to ChainedAsyncResult
System.ServiceModel (28)
System\ServiceModel\Channels\ChainedAsyncResult.cs (5)
57
ChainedAsyncResult
thisPtr = (
ChainedAsyncResult
)result.AsyncState;
101
ChainedAsyncResult
thisPtr = (
ChainedAsyncResult
)result.AsyncState;
125
AsyncResult.End<
ChainedAsyncResult
>(result);
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
1558
ChainedAsyncResult
.End(result);
1591
ChainedAsyncResult
.End(result);
3497
ChainedAsyncResult
.End(result);
3530
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
413
ChainedAsyncResult
.End(result);
509
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\DatagramAdapter.cs (1)
301
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\InternalDuplexChannelFactory.cs (1)
220
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\PeerInputChannel.cs (2)
133
ChainedAsyncResult
.End(result);
143
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1181
ChainedAsyncResult
.End(result);
1235
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\SecurityChannelListener.cs (3)
244
ChainedAsyncResult
.End(result);
277
ChainedAsyncResult
.End(result);
763
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\ServiceChannel.cs (1)
1470
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
478
ChainedAsyncResult
.End(result);
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (2)
66
ChainedAsyncResult
.End(result);
162
ChainedAsyncResult
.End(result);
System\ServiceModel\ClientBase.cs (2)
715
ChainedAsyncResult
.End(result);
730
ChainedAsyncResult
.End(result);
System\ServiceModel\Security\SecurityChannel.cs (1)
71
ChainedAsyncResult
.End(result);
System\ServiceModel\ServiceChannelManager.cs (1)
336
ChainedAsyncResult
.End(result);