Example #1
0
 public abstract bool WriteLogInit(IRPC.LogInitInfo InitInfo, Ice.Current current__);
Example #2
0
 private Ice.AsyncResult <IRPC.Callback_LogServer_RPC_WriteLogInit> begin_WriteLogInit(IRPC.LogInitInfo InitInfo, _System.Collections.Generic.Dictionary <string, string> ctx__, bool explicitContext__, bool synchronous__, Ice.AsyncCallback cb__, object cookie__)
 {
     checkAsyncTwowayOnly__(__WriteLogInit_name);
     IceInternal.TwowayOutgoingAsync <IRPC.Callback_LogServer_RPC_WriteLogInit> result__ = getTwowayOutgoingAsync <IRPC.Callback_LogServer_RPC_WriteLogInit>(__WriteLogInit_name, WriteLogInit_completed__, cookie__);
     if (cb__ != null)
     {
         result__.whenCompletedWithAsyncCallback(cb__);
     }
     try
     {
         result__.prepare(__WriteLogInit_name, Ice.OperationMode.Normal, ctx__, explicitContext__, synchronous__);
         IceInternal.BasicStream os__ = result__.startWriteParams(Ice.FormatType.DefaultFormat);
         IRPC.LogInitInfo.write__(os__, InitInfo);
         result__.endWriteParams();
         result__.invoke();
     }
     catch (Ice.Exception ex__)
     {
         result__.abort(ex__);
     }
     return(result__);
 }
Example #3
0
 public bool WriteLogInit(IRPC.LogInitInfo InitInfo)
 {
     return(WriteLogInit(InitInfo, Ice.ObjectImpl.defaultCurrent));
 }
Example #4
0
 public Ice.AsyncResult begin_WriteLogInit(IRPC.LogInitInfo InitInfo, Ice.AsyncCallback cb__, object cookie__)
 {
     return(begin_WriteLogInit(InitInfo, null, false, false, cb__, cookie__));
 }
Example #5
0
 public Ice.AsyncResult begin_WriteLogInit(IRPC.LogInitInfo InitInfo, _System.Collections.Generic.Dictionary <string, string> ctx__, Ice.AsyncCallback cb__, object cookie__)
 {
     return(begin_WriteLogInit(InitInfo, ctx__, true, false, cb__, cookie__));
 }
Example #6
0
 public Ice.AsyncResult <IRPC.Callback_LogServer_RPC_WriteLogInit> begin_WriteLogInit(IRPC.LogInitInfo InitInfo, _System.Collections.Generic.Dictionary <string, string> ctx__)
 {
     return(begin_WriteLogInit(InitInfo, ctx__, true, false, null, null));
 }
Example #7
0
 public Ice.AsyncResult <IRPC.Callback_LogServer_RPC_WriteLogInit> begin_WriteLogInit(IRPC.LogInitInfo InitInfo)
 {
     return(begin_WriteLogInit(InitInfo, null, false, false, null, null));
 }
Example #8
0
 private bool WriteLogInit(IRPC.LogInitInfo InitInfo, _System.Collections.Generic.Dictionary <string, string> context__, bool explicitCtx__)
 {
     checkTwowayOnly__(__WriteLogInit_name);
     return(end_WriteLogInit(begin_WriteLogInit(InitInfo, context__, explicitCtx__, true, null, null)));
 }
Example #9
0
 public bool WriteLogInit(IRPC.LogInitInfo InitInfo, _System.Collections.Generic.Dictionary <string, string> context__)
 {
     return(this.WriteLogInit(InitInfo, context__, true));
 }
Example #10
0
 public bool WriteLogInit(IRPC.LogInitInfo InitInfo)
 {
     return(this.WriteLogInit(InitInfo, null, false));
 }