iControl.ASMLoggingProfile.Endset_request_search C# (CSharp) Method

Endset_request_search() public method

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