iControl.SystemVCMP.set_hostname C# (CSharp) 메소드

set_hostname() 개인적인 메소드

private set_hostname ( string guests, string hostnames ) : void
guests string
hostnames string
리턴 void
        public void set_hostname(
		string [] guests,
		string [] hostnames
	)
        {
            this.Invoke("set_hostname", new object [] {
                guests,
                hostnames});
        }
SystemVCMP