コード例 #1
0
 /// <summary>
 /// The run once.
 /// </summary>
 public override void RunOnce()
 {
     try
     {
         // attempt to run the sync code...
         RoleMembershipHelper.SyncAllSitecoreMembershipUsers((int)this.Data);
     }
     catch (Exception x)
     {
         this.Logger.Error(x, "Error In {0} Task".FormatWith(TaskName));
     }
 }