iControl.ASMLoggingProfile.Endreplace_http_method C# (CSharp) Method

Endreplace_http_method() public method

public Endreplace_http_method ( System asyncResult ) : void
asyncResult System
return void
        public void Endreplace_http_method(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
ASMLoggingProfile