iControl.ManagementDevice.set_comment C# (CSharp) 메소드

set_comment() 개인적인 메소드

private set_comment ( string devices, string comments ) : void
devices string
comments string
리턴 void
        public void set_comment(
		string [] devices,
		string [] comments
	)
        {
            this.Invoke("set_comment", new object [] {
                devices,
                comments});
        }
ManagementDevice