Beispiel #1
0
 public static Ice.DispatchStatus getServer___(Meta obj__, IceInternal.Incoming inS__, Ice.Current current__)
 {
     checkMode__(Ice.OperationMode.Idempotent, current__.mode);
     IceInternal.BasicStream is__ = inS__.istr();
     is__.startReadEncaps();
     int id;
     id = is__.readInt();
     is__.endReadEncaps();
     AMD_Meta_getServer cb__ = new _AMD_Meta_getServer(inS__);
     try
     {
         obj__.getServer_async(cb__, id, current__);
     }
     catch(_System.Exception ex__)
     {
         cb__.ice_exception(ex__);
     }
     return Ice.DispatchStatus.DispatchAsync;
 }