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

Beginget_from_address() public méthode

public Beginget_from_address ( string configs, System callback, object asyncState ) : System.IAsyncResult
configs string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_from_address(string [] configs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_from_address", new object[] {
            configs}, callback, asyncState);
        }