Hi,
i'm currently trying to get some information about the differences of the 3 different methods of canceling a schedule in TvBusinessLayer.
The different methods are:
schedule.Remove()
schedule.Cancel();
schedule.Delete();
May be anyone of the developers can give me some information about the different handling
i'm currently trying to get some information about the differences of the 3 different methods of canceling a schedule in TvBusinessLayer.
The different methods are:
schedule.Remove()
schedule.Cancel();
schedule.Delete();
May be anyone of the developers can give me some information about the different handling