Format:
Recent snippets matching tags of MerakApi
public bool CreateStaticRouteAccount(string staticRouteAlias, string staticRouteName, string staticRouteForwardedToAddress) { //Create a new AccountObject AccountObject objAccount = new AccountObject(); if (objAccount.LastErr < 0) throw new Exception("Unable to create static route account object : " + GetExceptionMessage(objAccount.LastErr)); //assign token handle value to AccountObject
264 Views
1 comments
public bool CreateAccount(string Alias, string Name, string Password) { IceWarpServer.StatisticsObject statisticsObject = new StatisticsObject(); //Create a new AccountObject IceWarpServer.AccountObject objAccount = new IceWarpServer.AccountObject(); if (objAccount.LastErr < 0) throw new Exception("Unable to create account object : " + GetExceptionMessage(objAccount.LastErr));
223 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
