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
.NET Framework (current version)
Gets a value that specifies whether the Invoke or InvokeBegin method is called by the dispatcher.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue 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
Available since 3.0
Show: