API Help
Eplan.EplApi.RemoteClient Namespace / EplanRemoteClient Class / SynchronousMode Property

In This Topic
    SynchronousMode Property
    In This Topic
    Sets and gets the Synchronous mode.
    Syntax
    public bool SynchronousMode {get; set;}
    public:
    property bool SynchronousMode {
       bool get();
       void set (    bool value);
    }
    Remarks
    This property is set per default to false. This means, per default all calls, except Connect, are executed asynchronously. You can change this behavior by setting this property to true in order to make synchronous calls. When doing asynchronous calls there is no return values. The Server sends a response (EplanResponse) when the call is executed completely.
    See Also