iControl.LocalLBProfileICAP.Beginset_header_from C# (CSharp) Method

Beginset_header_from() public method

public Beginset_header_from ( 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_from(string [] profile_names,LocalLBProfileString [] headers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_header_from", new object[] {
            profile_names,
            headers}, callback, asyncState);
        }
LocalLBProfileICAP