public ServiceContext get_reply_service_context(int id)
{
if ((caller_op == ClientInterceptorIterator.SEND_REQUEST) ||
(caller_op == ClientInterceptorIterator.SEND_POLL))
{
throw new BAD_INV_ORDER("The attribute \"reply_status\" is currently invalid!",
10, CompletionStatus.COMPLETED_MAYBE);
}
return super.get_reply_service_context(id);
}