3 types derived from ProbeDuplexAsyncResult
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Version11\ProbeDuplex11AsyncResult.cs (1)
9sealed class ProbeDuplex11AsyncResult : ProbeDuplexAsyncResult<ProbeMessage11, IDiscoveryResponseContract11>
System\ServiceModel\Discovery\VersionApril2005\ProbeDuplexApril2005AsyncResult.cs (1)
9sealed class ProbeDuplexApril2005AsyncResult : ProbeDuplexAsyncResult<ProbeMessageApril2005, IDiscoveryResponseContractApril2005>
System\ServiceModel\Discovery\VersionCD1\ProbeDuplexCD1AsyncResult.cs (1)
9sealed class ProbeDuplexCD1AsyncResult : ProbeDuplexAsyncResult<ProbeMessageCD1, IDiscoveryResponseContractCD1>
12 references to ProbeDuplexAsyncResult
System.ServiceModel.Discovery (12)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (12)
115ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> thisPtr = 116(ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel>)result.AsyncState; 142ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> thisPtr = 143(ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel>)result.AsyncState; 152ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> thisPtr = 153(ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel>)result.AsyncState; 335ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> probeDuplexAsyncResult; 339ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> probeDuplexAsyncResult, 376readonly ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> probeDuplexAsyncResult; 379ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> probeDuplexAsyncResult, 419readonly ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> probeDuplexAsyncResult; 421public DuplexFindContext(FindCriteria criteria, ProbeDuplexAsyncResult<TProbeMessage, TResponseChannel> probeDuplexAsyncResult)