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

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

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