iControl.ManagementDevice.set_contact C# (CSharp) Method

set_contact() private method

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