Exemplo n.º 1
0
 /// <summary>
 /// Implements the activity.
 /// </summary>
 /// <param name="context"></param>
 protected override void Execute(NativeActivityContext context)
 {
     // set index to starting position
     current.Set(context, Initial.Get(context));
     context.ScheduleFunc(Condition, current.Get(context), OnConditionCompleted);
 }