iControl.LocalLBProfileHttpCompression.Beginadd_content_type_include C# (CSharp) Метод

Beginadd_content_type_include() публичный Метод

public Beginadd_content_type_include ( string profile_names, string reg_expressions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
reg_expressions string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginadd_content_type_include(string [] profile_names,string [] [] reg_expressions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_content_type_include", new object[] {
            profile_names,
            reg_expressions}, callback, asyncState);
        }
LocalLBProfileHttpCompression