iControl.NetworkingAdminIP.delete_all_cluster_ips C# (CSharp) 메소드

delete_all_cluster_ips() 개인적인 메소드

private delete_all_cluster_ips ( string cluster_names ) : void
cluster_names string
리턴 void
        public void delete_all_cluster_ips(
		string [] cluster_names
	)
        {
            this.Invoke("delete_all_cluster_ips", new object [] {
                cluster_names});
        }