Get a customized tour of VisualCron’s automation, integration, and task scheduling capabilities.
Explore VisualCron’s full power at your own pace with a free, all-access trial for 30 days.
Server s = new Server(); s.Jobs.Add(j);
Dim Connection As New Connection With {.ConnectionType = Connection.ConnectionT.Remote, .Address = "XXX", .Port = 16444, .UseADLogon = True} Dim Client As New Client Dim MyServer As VisualCronAPI.Server = Client.Connect(Connection, True) Dim Job As New JobClass With {.Name = "Test", .TimeOut = New TimeOutClass With {.Minutes = 5, .Use = True, .ConsiderError = True}} 'This following line does dot compile anymore MyServer.Jobs.add(Job)
Dim Connection As New Connection With {.ConnectionType = Connection.ConnectionT.Remote, .Address = "XXX", .Port = 16444, .UseADLogon = True} Dim Client As New Client Dim MyServer As VisualCronAPI.Server = Client.Connect(Connection, True) Dim Job As New JobClass With {.Name = "Test", .TimeOut = New TimeOutClass With {.Minutes = 5, .Use = True, .ConsiderError = True}} 'This following line does dot compile anymore MyServer.Jobs.add(Job) Henrik what i get is a Import of type 'VisualCron.JobClass' from assembly or module '<unknown>' failed.This worked prior to 6.1.4Help appreciated thanks
Imports VisualCronAPI Imports VisualCron Module Module1 Sub Main() Dim Connection As New Connection With {.ConnectionType = Connection.ConnectionT.Remote, .Address = "XXX", .Port = 16444, .UseADLogon = True} Dim Client As New Client Dim MyServer As Server = Client.Connect(Connection, True) Dim Job As New JobClass With {.Name = "Test", .TimeOut = New TimeOutClass With {.Minutes = 5, .Use = True, .ConsiderError = True}} 'This following line does dot compile anymore ' MyServer.Jobs.add(Job) End Sub End Module
Have you had a chance to fix in beta 6.1.5? Thanks
Henrik, does it work in a VB development environement on your end? Can you give me latest API dlls to try?
© SMA Technologies. All Rights Reserved, 2024 Version: 11.1.26.176dac7