Esempio n. 1
0
        public SharedLibrary.IRemoteObject GetRemoteObject()
        {
            RemoteImplementation ri = new RemoteImplementation();

            System.Threading.Thread.Sleep(5000);
            return((SharedLibrary.IRemoteObject)ri);
        }
Esempio n. 2
0
 protected AbstractPlusRemote(RemoteImplementation remoteImplementation) : base(remoteImplementation)
 {
 }
Esempio n. 3
0
 protected AbstractRemote(RemoteImplementation remoteImplementation)
 {
     _remoteImplementation = remoteImplementation;
 }