1 write to onAsyncFlushComplete
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
282
onAsyncFlushComplete
= new AsyncEventArgsCallback(OnAsyncFlushComplete);
1 reference to onAsyncFlushComplete
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
401
this.DequeueAndFlush(currentBuffer,
onAsyncFlushComplete
);