iControl.iCallPerpetualHandler.Enddelete_handler C# (CSharp) Méthode

Enddelete_handler() public méthode

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