iControl.LocalLBProfileWebAcceleration.Beginadd_cache_uri_pinned C# (CSharp) Method

Beginadd_cache_uri_pinned() public method

public Beginadd_cache_uri_pinned ( 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 Beginadd_cache_uri_pinned(string [] profile_names,string [] [] reg_expressions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_cache_uri_pinned", new object[] {
            profile_names,
            reg_expressions}, callback, asyncState);
        }
LocalLBProfileWebAcceleration