public ServiceContext get_reply_service_context(int id)
{
if ((caller_op == ServerInterceptorIterator.RECEIVE_REQUEST) ||
(caller_op == ServerInterceptorIterator.RECEIVE_REQUEST_SERVICE_CONTEXTS))
{
throw new BAD_INV_ORDER("The operation \"get_reply_service_context\" is " +
"currently invalid!", 10,
CompletionStatus.COMPLETED_MAYBE);
}
return super.get_reply_service_context(id);