iControl.SystemCluster.set_current_primary_slot C# (CSharp) Method

set_current_primary_slot() private method

private set_current_primary_slot ( string cluster_names, long primary_slots ) : void
cluster_names string
primary_slots long
return void
        public void set_current_primary_slot(
		string [] cluster_names,
		long [] primary_slots
	)
        {
            this.Invoke("set_current_primary_slot", new object [] {
                cluster_names,
                primary_slots});
        }
SystemCluster