iControl.SystemCluster.get_cluster_enabled_state C# (CSharp) 메소드

get_cluster_enabled_state() 개인적인 메소드

private get_cluster_enabled_state ( string cluster_names ) : CommonEnabledState[]
cluster_names string
리턴 CommonEnabledState[]
        public CommonEnabledState[] get_cluster_enabled_state(
		string [] cluster_names
	)
        {
            object [] results = this.Invoke("get_cluster_enabled_state", new object [] {
                cluster_names});
            return ((CommonEnabledState [])(results[0]));
        }
SystemCluster