public abstract void NMRegistClient(string strClientId, IRPC.NMClientPrx Client, Ice.Current current__);
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__); }
public void NMRegistClient(string strClientId, IRPC.NMClientPrx Client) { NMRegistClient(strClientId, Client, Ice.ObjectImpl.defaultCurrent); }
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__)); }
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__)); }
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)); }
public Ice.AsyncResult <IRPC.Callback_NMServer_NMRegistClient> begin_NMRegistClient(string strClientId, IRPC.NMClientPrx Client) { return(begin_NMRegistClient(strClientId, Client, null, false, false, null, null)); }
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)); }
public void NMRegistClient(string strClientId, IRPC.NMClientPrx Client, _System.Collections.Generic.Dictionary <string, string> context__) { this.NMRegistClient(strClientId, Client, context__, true); }
public void NMRegistClient(string strClientId, IRPC.NMClientPrx Client) { this.NMRegistClient(strClientId, Client, null, false); }