示例#1
0
 public static Ice.DispatchStatus getVersion___(Meta obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     checkMode__(Ice.OperationMode.Idempotent, current__.mode);
     inS__.istr().skipEmptyEncaps();
     AMD_Meta_getVersion cb__ = new _AMD_Meta_getVersion(inS__);
     try
     {
         obj__.getVersion_async(cb__, current__);
     }
     catch(_System.Exception ex__)
     {
         cb__.ice_exception(ex__);
     }
     return Ice.DispatchStatus.DispatchAsync;
 }