update start/stop task from windows service
This commit is contained in:
parent
8577c73c4c
commit
d14b5fc01f
16 changed files with 240 additions and 93 deletions
|
@ -881,7 +881,7 @@ namespace WebsitePanel.EnterpriseServer.Code.HostedSolution
|
|||
|
||||
public static LyncUserResult AddFederationDomain(int itemId, string domainName, string proxyFqdn)
|
||||
{
|
||||
IList<BackgroundTaskParameter> parameters = new List<BackgroundTaskParameter>();
|
||||
List<BackgroundTaskParameter> parameters = new List<BackgroundTaskParameter>();
|
||||
parameters.Add(new BackgroundTaskParameter("domainName", domainName));
|
||||
parameters.Add(new BackgroundTaskParameter("proxyFqdn", proxyFqdn));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue