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