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

get_current_primary_slot() 개인적인 메소드

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