iControl.SystemCluster.get_member_licensed_state C# (CSharp) Method

get_member_licensed_state() private method

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