iControl.LocalLBProfileAnalytics.Beginset_smtp_configuration C# (CSharp) Method

Beginset_smtp_configuration() public method

public Beginset_smtp_configuration ( string profile_names, LocalLBProfileString configs, System callback, object asyncState ) : System.IAsyncResult
profile_names string
configs LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_smtp_configuration(string [] profile_names,LocalLBProfileString [] configs, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_smtp_configuration", new object[] {
            profile_names,
            configs}, callback, asyncState);
        }
LocalLBProfileAnalytics