iControl.LocalLBProfileICAP.Beginset_host C# (CSharp) Method

Beginset_host() public method

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