1 instantiation of CloseAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
455
return new
CloseAsyncResult
(this, timeout, callback, state);
4 references to CloseAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ChannelDemuxer.cs (4)
467
CloseAsyncResult
.End(result);
1051
CloseAsyncResult
self = (
CloseAsyncResult
)result.AsyncState;
1094
AsyncResult.End<
CloseAsyncResult
>(result);