Namespace: MonoSoftware.Core.WCF
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public bool IsSynchronous { get; }
Visual Basic
Public ReadOnly Property IsSynchronous As Boolean
	Get
Visual C++
public:
virtual property bool IsSynchronous {
	bool get () sealed;
}
F#
abstract IsSynchronous : bool with get
override IsSynchronous : bool with get

Property Value

Type: Boolean

Implements

IOperationInvoker..::..IsSynchronous

See Also