2 types derived from WaitAndContinueOperationAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReceiveContext.cs (2)
412
sealed class AbandonAsyncResult :
WaitAndContinueOperationAsyncResult
519
sealed class CompleteAsyncResult :
WaitAndContinueOperationAsyncResult
2 references to WaitAndContinueOperationAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReceiveContext.cs (2)
695
WaitAndContinueOperationAsyncResult
thisPtr = (
WaitAndContinueOperationAsyncResult
)state;