iControl.ManagementSMTPConfiguration.set_local_host_name C# (CSharp) Method

set_local_host_name() private method

private set_local_host_name ( string configs, string values ) : void
configs string
values string
return void
        public void set_local_host_name(
		string [] configs,
		string [] values
	)
        {
            this.Invoke("set_local_host_name", new object [] {
                configs,
                values});
        }