iControl.LocalLBProfileAnalytics.Beginremove_traffic_capture_client_ips C# (CSharp) Method

Beginremove_traffic_capture_client_ips() public method

public Beginremove_traffic_capture_client_ips ( string profile_names, string traffic_capture_names, string ip_addresses, System callback, object asyncState ) : System.IAsyncResult
profile_names string
traffic_capture_names string
ip_addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_traffic_capture_client_ips(string [] profile_names,string [] [] traffic_capture_names,string [] [] [] ip_addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_traffic_capture_client_ips", new object[] {
            profile_names,
            traffic_capture_names,
            ip_addresses}, callback, asyncState);
        }
LocalLBProfileAnalytics