iControl.SystemCluster.get_current_primary_slot C# (CSharp) Method

get_current_primary_slot() private method

private get_current_primary_slot ( string cluster_names ) : long[]
cluster_names string
return 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