iControl.SystemCluster.get_slot_id C# (CSharp) Method

get_slot_id() private method

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