iControl.LocalLBProfileAnalytics.Beginset_remote_server_ip C# (CSharp) Method

Beginset_remote_server_ip() public method

public Beginset_remote_server_ip ( string profile_names, LocalLBProfileIPAddress addresses, System callback, object asyncState ) : System.IAsyncResult
profile_names string
addresses LocalLBProfileIPAddress
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_remote_server_ip(string [] profile_names,LocalLBProfileIPAddress [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_remote_server_ip", new object[] {
            profile_names,
            addresses}, callback, asyncState);
        }
LocalLBProfileAnalytics