Home
last modified time | relevance | path

Searched refs:asyncStreamFlushOperation (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime/src/System/IO/
H A DStreamOperationAsyncResult.cs367 …internal StreamFlushAsyncResult(IAsyncOperation<Boolean> asyncStreamFlushOperation, bool processCo… in StreamFlushAsyncResult() argument
369 : base(asyncStreamFlushOperation, null, null, processCompletedOperationInCallback) in StreamFlushAsyncResult()
371 asyncStreamFlushOperation.Completed = this.StreamOperationCompletedCallback; in StreamFlushAsyncResult()