iControl.ASMLoggingProfile.Beginreplace_http_method C# (CSharp) Method

Beginreplace_http_method() public method

public Beginreplace_http_method ( string logprof_names, string http_methods, System callback, object asyncState ) : System.IAsyncResult
logprof_names string
http_methods string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreplace_http_method(string [] logprof_names,string [] [] http_methods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("replace_http_method", new object[] {
            logprof_names,
            http_methods}, callback, asyncState);
        }
ASMLoggingProfile