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