16 references to ChainedEndHandler
System.ServiceModel (16)
System\ServiceModel\Channels\ChainedAsyncResult.cs (10)
17ChainedEndHandler end1; 18ChainedEndHandler end2; 29public ChainedAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, ChainedBeginHandler begin2, ChainedEndHandler end2) 36protected void Begin(ChainedBeginHandler begin1, ChainedEndHandler end1, ChainedBeginHandler begin2, ChainedEndHandler end2) 133public ChainedCloseAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, IList<ICommunicationObject> collection) 141public ChainedCloseAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, params ICommunicationObject[] objs) 168public ChainedOpenAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, IList<ICommunicationObject> collection) 176public ChainedOpenAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, ChainedBeginHandler begin1, ChainedEndHandler end1, params ICommunicationObject[] objs)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (2)
401ChainedEndHandler end1 = DummyEndClose; 496ChainedEndHandler end1 = DummyEndClose;
System\ServiceModel\Channels\HttpChannelListener.cs (2)
1413ChainedEndHandler end1; 1415public LifetimeWrappedCloseAsyncResult(TimeSpan timeout, AsyncCallback callback, object state, CommunicationObjectManager<TCommunicationObject> communicationObjectManager, ChainedBeginHandler begin1, ChainedEndHandler end1, ICommunicationObject[] communicationObjects)
System\ServiceModel\Channels\TransportReplyChannelAcceptor.cs (2)
54ChainedEndHandler end1 = DummyEndClose; 149ChainedEndHandler end1 = DummyEndClose;