iControl.LocalLBProfileICAP.Beginset_uri C# (CSharp) Метод

Beginset_uri() публичный Метод

public Beginset_uri ( string profile_names, LocalLBProfileString uris, System callback, object asyncState ) : System.IAsyncResult
profile_names string
uris LocalLBProfileString
callback System
asyncState object
Результат 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