2 types derived from InputAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
3683sealed class TryReceiveAsyncResult : InputAsyncResult<ReliableChannelBinder<TChannel>>
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
1064: InputAsyncResult<ServerReliableChannelBinder<TChannel>>
5 references to InputAsyncResult
System.ServiceModel (5)
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
3023AsyncResult.End<InputAsyncResult<TBinder>>(this); 3073InputAsyncResult<TBinder> inputResult = 3074(InputAsyncResult<TBinder>)result.AsyncState; 3129InputAsyncResult<TBinder> inputResult = 3130(InputAsyncResult<TBinder>)result.AsyncState;