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

set_current_primary_slot() 개인적인 메소드

private set_current_primary_slot ( string cluster_names, long primary_slots ) : void
cluster_names string
primary_slots long
리턴 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