iControl.LocalLBProfileICAP.Beginset_user_agent C# (CSharp) Method

Beginset_user_agent() public method

public Beginset_user_agent ( string profile_names, LocalLBProfileString agents, System callback, object asyncState ) : System.IAsyncResult
profile_names string
agents LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_user_agent(string [] profile_names,LocalLBProfileString [] agents, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_user_agent", new object[] {
            profile_names,
            agents}, callback, asyncState);
        }
LocalLBProfileICAP