Пример #1
0
 public abstract void NMRegistClient(string strClientId, IRPC.NMClientPrx Client, Ice.Current current__);
Пример #2
0
 private Ice.AsyncResult <IRPC.Callback_NMServer_NMRegistClient> begin_NMRegistClient(string strClientId, IRPC.NMClientPrx Client, _System.Collections.Generic.Dictionary <string, string> ctx__, bool explicitContext__, bool synchronous__, Ice.AsyncCallback cb__, object cookie__)
 {
     IceInternal.OnewayOutgoingAsync <IRPC.Callback_NMServer_NMRegistClient> result__ = getOnewayOutgoingAsync <IRPC.Callback_NMServer_NMRegistClient>(__NMRegistClient_name, NMRegistClient_completed__, cookie__);
     if (cb__ != null)
     {
         result__.whenCompletedWithAsyncCallback(cb__);
     }
     try
     {
         result__.prepare(__NMRegistClient_name, Ice.OperationMode.Normal, ctx__, explicitContext__, synchronous__);
         IceInternal.BasicStream os__ = result__.startWriteParams(Ice.FormatType.DefaultFormat);
         os__.writeString(strClientId);
         IRPC.NMClientPrxHelper.write__(os__, Client);
         result__.endWriteParams();
         result__.invoke();
     }
     catch (Ice.Exception ex__)
     {
         result__.abort(ex__);
     }
     return(result__);
 }
Пример #3
0
 public void NMRegistClient(string strClientId, IRPC.NMClientPrx Client)
 {
     NMRegistClient(strClientId, Client, Ice.ObjectImpl.defaultCurrent);
 }
Пример #4
0
 public Ice.AsyncResult begin_NMRegistClient(string strClientId, IRPC.NMClientPrx Client, Ice.AsyncCallback cb__, object cookie__)
 {
     return(begin_NMRegistClient(strClientId, Client, null, false, false, cb__, cookie__));
 }
Пример #5
0
 public Ice.AsyncResult begin_NMRegistClient(string strClientId, IRPC.NMClientPrx Client, _System.Collections.Generic.Dictionary <string, string> ctx__, Ice.AsyncCallback cb__, object cookie__)
 {
     return(begin_NMRegistClient(strClientId, Client, ctx__, true, false, cb__, cookie__));
 }
Пример #6
0
 public Ice.AsyncResult <IRPC.Callback_NMServer_NMRegistClient> begin_NMRegistClient(string strClientId, IRPC.NMClientPrx Client, _System.Collections.Generic.Dictionary <string, string> ctx__)
 {
     return(begin_NMRegistClient(strClientId, Client, ctx__, true, false, null, null));
 }
Пример #7
0
 public Ice.AsyncResult <IRPC.Callback_NMServer_NMRegistClient> begin_NMRegistClient(string strClientId, IRPC.NMClientPrx Client)
 {
     return(begin_NMRegistClient(strClientId, Client, null, false, false, null, null));
 }
Пример #8
0
 private void NMRegistClient(string strClientId, IRPC.NMClientPrx Client, _System.Collections.Generic.Dictionary <string, string> context__, bool explicitCtx__)
 {
     end_NMRegistClient(begin_NMRegistClient(strClientId, Client, context__, explicitCtx__, true, null, null));
 }
Пример #9
0
 public void NMRegistClient(string strClientId, IRPC.NMClientPrx Client, _System.Collections.Generic.Dictionary <string, string> context__)
 {
     this.NMRegistClient(strClientId, Client, context__, true);
 }
Пример #10
0
 public void NMRegistClient(string strClientId, IRPC.NMClientPrx Client)
 {
     this.NMRegistClient(strClientId, Client, null, false);
 }