13 references to Complete
System.ServiceModel.Primitives (13)
Internals\System\Runtime\AsyncResult.cs (1)
208
thisPtr.
Complete
(false, completionException);
Internals\System\Runtime\InputQueue.cs (1)
937
Complete
(false, item.Exception);
Internals\System\Runtime\ScheduleActionItemAsyncResult.cs (1)
42
thisPtr.
Complete
(false, completionException);
System\ServiceModel\Channels\CloseCollectionAsyncResult.cs (1)
102
Complete
(_completedSynchronously, _exception);
System\ServiceModel\Channels\OpenCollectionAsyncResult.cs (1)
86
Complete
(_completedSynchronously, _exception);
System\ServiceModel\Channels\ServiceChannel.cs (3)
1929
Complete
(completedSynchronously, exception);
2368
Complete
(false, _manager._channel.CreateClosedException());
2375
_this.
Complete
(false, _this._manager._channel.GetOpenTimeoutException(_this._timeout));
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
721
thisPtr.
Complete
(false, completionException);
904
Complete
(completedSynchronously, _sendException);
908
Complete
(completedSynchronously, _parent.GetReceiveTimeoutException(_timeout));
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (1)
334
Complete
(completedSynchronously, exception);
System\ServiceModel\Security\SecurityUtils.cs (1)
1124
thisResult.
Complete
(false, completionException);