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

IEplanRemoting Interface
Eplan Communication interface
Syntax
[ServiceContract(Eplan.EplApi.Remoting.IEplanRemotingCallBack)]
public interface 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