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)
3650
sealed class SendAsyncResult :
OutputAsyncResult
<ReliableChannelBinder<TChannel>>
4 references to OutputAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ReliableChannelBinder.cs (4)
3419
OutputAsyncResult
<TBinder> outputResult =
3420
(
OutputAsyncResult
<TBinder>)result.AsyncState;
3461
OutputAsyncResult
<TBinder> outputResult =
3462
(
OutputAsyncResult
<TBinder>)result.AsyncState;