iControl.ManagementSMTPConfiguration.Beginget_local_host_name C# (CSharp) Method

Beginget_local_host_name() public method

public Beginget_local_host_name ( string configs, System callback, object asyncState ) : System.IAsyncResult
configs string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_local_host_name(string [] configs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_local_host_name", new object[] {
            configs}, callback, asyncState);
        }