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