8 references to Complete
System.IO.Log (8)
System\IO\Log\LogFlushAsyncResult.cs (4)
78Complete(true, null); 82Complete( 105Complete(false, null); 109Complete(false,
System\IO\Log\LogReserveAndAppendState.cs (2)
188this.asyncResult.Complete(true, this.exceptionResult); 258this.asyncResult.Complete(false, this.exceptionResult);
System\IO\Log\LogWriteRestartAreaState.cs (2)
156this.asyncResult.Complete(true, this.exceptionResult); 226this.asyncResult.Complete(false, this.exceptionResult);