iControl.iCallPerpetualHandler.Endget_subscription_event C# (CSharp) Method

Endget_subscription_event() public method

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