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