[Message Deleted] [modified]
-
How to delete entire thread not only message?????
modified on Friday, March 27, 2009 5:42 PM
I`ve tried create another class on client side that implements the same interface and it worked, however is this the only way? internal class clsSData:iData { iDataClient pData; internal clsSData() { pData = new iDataClient("data", "net.tcp://localhost:1234"); } #region iData Members public int UID() { return pData.UID(); } #endregion }
It`s nothing to wory before something happen and when it happents it`s alredy to late to wory! :)
-
How to delete entire thread not only message?????
modified on Friday, March 27, 2009 5:42 PM
What's not working? What's your question? What's "clsData"? What's "iDataClient"? :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
What's not working? What's your question? What's "clsData"? What's "iDataClient"? :)
Mark Salsbery Microsoft MVP - Visual C++ :java:
iDataClient is proxy class created by VS 2008. clsData on client side is my helper class that calls methods on proxy class. Problem was, that I have one GUI for local data and remote data, and I do not want to write allmoast same code twice, as there is much other work to be done and I work alone.
It`s nothing to wory before something happen and when it happents it`s alredy to late to wory! :)