iControl.LocalLBProfileFastHttp.Beginset_header_insert C# (CSharp) Method

Beginset_header_insert() public method

public Beginset_header_insert ( string profile_names, LocalLBProfileString headers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
headers LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_header_insert(string [] profile_names,LocalLBProfileString [] headers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_header_insert", new object[] {
            profile_names,
            headers}, callback, asyncState);
        }
LocalLBProfileFastHttp