2 types derived from ReliableOutputAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
2406
class ReliableBinderSendAsyncResult :
ReliableOutputAsyncResult
2437
class ReliableBinderRequestAsyncResult :
ReliableOutputAsyncResult
2 references to ReliableOutputAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
2364
ReliableOutputAsyncResult
outputResult = (
ReliableOutputAsyncResult
)result.AsyncState;