コード例 #1
0
        public static WFDelegation AddDelegation(WFDelegation delegation)
        {
            IWFAdminService svc         = Common.GetAdminAPI();
            WFDelegation    delegations = null;

            try
            {
                delegations = svc.AddDelegation(delegation);
            }

            catch (Exception ex)
            {
            }
            return(delegations);
        }