iControl.LocalLBProfileICAP.Beginset_uri C# (CSharp) Méthode

Beginset_uri() public méthode

public Beginset_uri ( string profile_names, LocalLBProfileString uris, System callback, object asyncState ) : System.IAsyncResult
profile_names string
uris LocalLBProfileString
callback System
asyncState object
Résultat 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