iControl.ManagementDevice.set_comment C# (CSharp) Method

set_comment() private method

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