iControl.LocalLBProfileHttp.Beginset_fallback_host_name C# (CSharp) Method

Beginset_fallback_host_name() public method

public Beginset_fallback_host_name ( string profile_names, LocalLBProfileString fallbacks, System callback, object asyncState ) : System.IAsyncResult
profile_names string
fallbacks LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_fallback_host_name(string [] profile_names,LocalLBProfileString [] fallbacks, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_fallback_host_name", new object[] {
            profile_names,
            fallbacks}, callback, asyncState);
        }
LocalLBProfileHttp