iControl.LocalLBProfileServerSSL.Beginset_server_name C# (CSharp) Method

Beginset_server_name() public method

public Beginset_server_name ( string profile_names, LocalLBProfileString server_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
server_names LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_server_name(string [] profile_names,LocalLBProfileString [] server_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_server_name", new object[] {
            profile_names,
            server_names}, callback, asyncState);
        }
LocalLBProfileServerSSL