This topic has not yet been rated - Rate this topic

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)
bool IBindingRuntimePreferences.ReceiveSynchronously { get; }

Property Value

Type: System.Boolean
true if requests are handled synchronously; false if handled asynchronously. The default is false, to handle requests asynchronously.

Implements

IBindingRuntimePreferences.ReceiveSynchronously

IBindingRuntimePreferences.ReceiveSynchronously is exposed when you inherit from WebHttpRelayBinding. As such, you will not likely use this in most situations.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.