iControl.iCallPerpetualHandler.Endset_filter_match_algorithm C# (CSharp) Method

Endset_filter_match_algorithm() public method

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