iControl.iCallPerpetualHandler.Endremove_filter C# (CSharp) Метод

Endremove_filter() публичный Метод

public Endremove_filter ( System asyncResult ) : void
asyncResult System
Результат void
        public void Endremove_filter(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
iCallPerpetualHandler