iControl.iCallPerpetualHandler.Endremove_filter C# (CSharp) Method

Endremove_filter() public method

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