2 references to BeginCallOnce
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
452
return manager.
BeginCallOnce
(TimeSpan.MaxValue, null, callback, state);
491
return manager.
BeginCallOnce
(timeout, _autoDisplayUIManager, callback, state);