2 types derived from OutputAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (1)
631: ReliableChannelBinder<TChannel>.OutputAsyncResult<ClientReliableChannelBinder<TChannel>>
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3650sealed class SendAsyncResult : OutputAsyncResult<ReliableChannelBinder<TChannel>>
4 references to OutputAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
3419OutputAsyncResult<TBinder> outputResult = 3420(OutputAsyncResult<TBinder>)result.AsyncState; 3461OutputAsyncResult<TBinder> outputResult = 3462(OutputAsyncResult<TBinder>)result.AsyncState;