iControl.LocalLBProfileICAP.Beginset_uri C# (CSharp) Method

Beginset_uri() public method

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