Eplan Platform API
Eplan.EplApi.Remoting Namespace / EplanResponse Class / AsyncCallCompleted Property

In This Topic
    AsyncCallCompleted Property
    In This Topic
    Indicates that an asynchronous call is terminated.
    Syntax
    [DataMember()]
    public bool AsyncCallCompleted {get; set;}
    [DataMember()]
    public:
    property bool AsyncCallCompleted {
       bool get();
       void set (    bool value);
    }
    See Also