WebHttpRelayBinding.IBindingRuntimePreferences.ReceiveSynchronously Property
Gets a value that indicates whether incoming requests are handled synchronously or asynchronously.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
Property Value
Type: System.Booleantrue if requests are handled synchronously; false if handled asynchronously. The default is false, to handle requests asynchronously.
Implements
IBindingRuntimePreferences.ReceiveSynchronouslyIBindingRuntimePreferences.ReceiveSynchronously is exposed when you inherit from WebHttpRelayBinding. As such, you will not likely use this in most situations.