iControl.LocalLBProfileHttpClass.Beginset_redirect_location C# (CSharp) Method

Beginset_redirect_location() public method

public Beginset_redirect_location ( string profile_names, LocalLBProfileString redirect_locations, System callback, object asyncState ) : System.IAsyncResult
profile_names string
redirect_locations LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_redirect_location(string [] profile_names,LocalLBProfileString [] redirect_locations, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_redirect_location", new object[] {
            profile_names,
            redirect_locations}, callback, asyncState);
        }
LocalLBProfileHttpClass