API Help
Eplan.EplApi.Remoting Namespace / IEplanRemoting Interface
Methods

In This Topic
    IEplanRemoting Interface Members
    In This Topic

    The following tables list the members exposed by IEplanRemoting.

    Public Methods
     NameDescription
     MethodConnect to service.  
     MethodDisable synchronizing calls. The execution of remote calls are synchronized in EPLAN. A remote call is executed only if the EPLAN Application is in an idle situation and there is no action running. Otherwise the call will wait until the EPLAN application is idle and no action is running. This property can be used to disable this mode. If calls synchronization is disabled, remote calls are executed in EPLAN although the EPLAN application is not in an idle situation.  
     MethodDisconnect from service.

     
     MethodExecute an action synchronously.  
     MethodExecute an action asynchronously.  
     MethodLock or unlock all Objects.  
     MethodLock or unlock all Objects.  
     MethodPing a service.  
     MethodSelect Objects in Ged.  
     MethodSelect Objects in Ged.  
    Top
    See Also