iControl.iCallPerpetualHandler.Endremove_subscription C# (CSharp) Method

Endremove_subscription() public method

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