iControl.ManagementSMTPConfiguration.Beginget_user_name C# (CSharp) Method

Beginget_user_name() public method

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