2 references to BeginCallOnce
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
505
return manager.
BeginCallOnce
(TimeSpan.MaxValue, null, callback, state);
544
return manager.
BeginCallOnce
(timeout, this.autoDisplayUIManager, callback, state);