iControl.ManagementSMTPConfiguration.Endget_smtp_server_host_name C# (CSharp) Méthode

Endget_smtp_server_host_name() public méthode

public Endget_smtp_server_host_name ( System asyncResult ) : string[]
asyncResult System
Résultat string[]
        public string[] Endget_smtp_server_host_name(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [])(results[0]));
        }