Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IOperationInvoker::IsSynchronous Property

 

Gets a value that specifies whether the Invoke or InvokeBegin method is called by the dispatcher.

Namespace:   System.ServiceModel.Dispatcher
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

property bool IsSynchronous {
	bool get();
}

Property Value

Type: System::Boolean

true if the dispatcher invokes the synchronous operation; otherwise, false.

The default invoker dispatches messages to the synchronous operation by default. This value is cached by the dispatcher and therefore should not change over the lifetime of the object that implements IOperationInvoker.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft