iControl.LocalLBProfileWebAcceleration.Beginremove_cache_uri_exclude C# (CSharp) Method

Beginremove_cache_uri_exclude() public method

public Beginremove_cache_uri_exclude ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_cache_uri_exclude(string [] profile_names,string [] [] reg_expressions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_cache_uri_exclude", new object[] {
            profile_names,
            reg_expressions}, callback, asyncState);
        }
LocalLBProfileWebAcceleration