iControl.iCallPerpetualHandler.Endset_subscription_event C# (CSharp) Method

Endset_subscription_event() public method

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