iControl.LocalLBProfileHttp.Beginremove_xff_alternative_names C# (CSharp) Method

Beginremove_xff_alternative_names() public method

public Beginremove_xff_alternative_names ( string profile_names, string headers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
headers string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_xff_alternative_names(string [] profile_names,string [] [] headers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_xff_alternative_names", new object[] {
            profile_names,
            headers}, callback, asyncState);
        }
LocalLBProfileHttp