iControl.iCallPerpetualHandler.Enddelete_handler C# (CSharp) Method

Enddelete_handler() public method

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