Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. var clientServiceEventFactory = new ChannelFactory<ICiCoServerClientServiceEvent>(new NetTcpBinding(), new EndpointAddress(string.Format("net.tcp://{0}:12459/CiCoServerClientServiceEvent", args[0])));
  2. clientServiceEventFactory.Open();
  3. var remoteCiCoServerClientServiceEvent = clientServiceEventFactory.CreateChannel();
  4.  
  5. remoteCiCoServerClientServiceEvent.Popup("Print Usage", data);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement