Call Methods; Stop The Server - Bosch DCN Manual

Table of Contents

Advertisement

External Interface Manual
Dim dcn As Object
Set dcn = CreateObject("DcnOle.Server")
5.4.3

Call methods

Example in Visual Basic for Applications:
Dim eRetVal As Integer
eRetVal = dcn.ApplyAll("MYDATA.CSV")
5.4.4

Stop the server

Example in Visual Basic for Applications:
Dim eRetVal As Integer
eRetVal = dcn.Terminate()
Set dcn = Nothing
Note: To stop the server and remove it from memory, please call the terminate method. This will
instruct the server to stop.
Bosch Security Systems B.V. | 2004 April | External Interface Manual
en | 28

Advertisement

Table of Contents
loading

Table of Contents