IMockupConnection Methods

The IMockupConnection type exposes the following members.

Methods

  NameDescription
Public methodCall
The Call method is used to execute a specified Public Method defined in the AB Suite system
(Inherited from IMethodExecuter.)
Public methodCallAsync
(Inherited from IMethodExecuter.)
Public methodClose
The Close method will close the current connection to the Runtime system
(Inherited from IConnection.)
Public methodConnect
Connect Method establishes a connection with the Runtime System. This method is a synchronous call which will block the client application calling it. Use the ConnectAsync() method if you do not want a blocking call.
(Inherited from IConnection.)
Public methodConnectAsync
ConnectAsync Method establishes a connection with the Runtime System. This method is an asynchronous call which will not block the client application that is calling it. When the ConnectAsync method completes, it will execute the callback passed for the "complete" parameter. Use the Connect() method if you require a blocking call.
(Inherited from IConnection.)
Public methodGetDataModelObject
Retrieve a new TransmissionObject containing a DataModel instance of the specified Ispec/Class
(Inherited from IConnection.)
Public methodLoad
Loads a specified ispec/class in the runtime system for this session. This is a synchronous call. The calling process will be blocked until the method completes.
(Inherited from IConnection.)
Public methodLoadAsync
Loads a specified ispec/class in the runtime system for this session. This is an asynchronous call. The calling process will not block. An event handler for the complete event will receive the new TransmissionObject when the call completes.
(Inherited from IConnection.)
Public methodProcessColonCommand
The ProcessColonCommand sends a colon command to the Runtime system
(Inherited from IConnection.)
Public methodProcessColonCommandAsync
(Inherited from IConnection.)
Top
See Also

Reference