Changeset 2742
- Timestamp:
- 6/30/2012 10:16:38 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/EraserService/Eraser.Manager/RemoteExecutor.cs
r2741 r2742 102 102 RemotingConfiguration.RegisterWellKnownClientType(remoteType); 103 103 104 // Create a message sink.105 string objectUri;106 System.Runtime.Remoting.Messaging.IMessageSink messageSink =107 channel.CreateMessageSink(108 "ipc://localhost:9090/" + RemoteExecutorServer.ServerName, null,109 out objectUri);110 Console.WriteLine("The URI of the message sink is {0}.",111 objectUri);112 if (messageSink != null)113 {114 Console.WriteLine("The type of the message sink is {0}.",115 messageSink.GetType().ToString());116 }117 118 104 Run(); 119 105 }
Note: See TracChangeset
for help on using the changeset viewer.
