TaskProperties Property |
Namespace: AGI.Parallel.Infrastructure
[Serializable] public class PropertiesExample : Task { public override void Execute() { this.SetProperty("Property1", 100); this.SetProperty("Property2", "hundred"); this.Result = "This won't get back to the scheduler as we will see"; throw new Exception("Task failure"); } }
STK Parallel Computing Server 2.9 API for .NET