1 instantiation of CloseAsyncResult
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelBase.cs (1)
341return new CloseAsyncResult<QueueItemType>(
6 references to CloseAsyncResult
System.ServiceModel.Channels (6)
System\ServiceModel\Channels\UdpChannelBase.cs (6)
352CloseAsyncResult<QueueItemType>.End(result); 452AsyncResult.End<CloseAsyncResult<T>>(result); 458CloseAsyncResult<T> thisPtr = (CloseAsyncResult<T>)result.AsyncState; 469CloseAsyncResult<T> thisPtr = (CloseAsyncResult<T>)result.AsyncState;