/// <summary> /// This function will invoke the recap request callback on the user supplied callback implementation. /// </summary> internal void InvokeRecapRequest() { if (null != mCallback) { // Invoke the callback mCallback.onRecapRequest(Subscription); } }