G
Guest
hi there
i have made a windows service that is startup automatic and run as local
system service.this service is just copy files from source folder to
destination folder.
my problem is that i want this service to do its job every specific amount
of time.
i have tried to use a timer but this seems to be nothing. i use timer of type
System.Timers.Timer and use its Elapsed event to run my service.
but as i said that didn't do any thing
please any one can help me
i have made a windows service that is startup automatic and run as local
system service.this service is just copy files from source folder to
destination folder.
my problem is that i want this service to do its job every specific amount
of time.
i have tried to use a timer but this seems to be nothing. i use timer of type
System.Timers.Timer and use its Elapsed event to run my service.
but as i said that didn't do any thing
please any one can help me