iControl.NetworkingRouteDomainV2.Begincreate C# (CSharp) Method

Begincreate() public method

public Begincreate ( string route_domains, long ids, string vlans, System callback, object asyncState ) : System.IAsyncResult
route_domains string
ids long
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate(string [] route_domains,long [] ids,string [] [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create", new object[] {
            route_domains,
            ids,
            vlans}, callback, asyncState);
        }
NetworkingRouteDomainV2