iControl.NetworkingAdminIP.Begincreate_cluster C# (CSharp) Method

Begincreate_cluster() public method

public Begincreate_cluster ( string cluster_names, string cluster_ips, string netmasks, System callback, object asyncState ) : System.IAsyncResult
cluster_names string
cluster_ips string
netmasks string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_cluster(string [] cluster_names,string [] [] cluster_ips,string [] [] netmasks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_cluster", new object[] {
            cluster_names,
            cluster_ips,
            netmasks}, callback, asyncState);
        }