Skip to content
This repository was archived by the owner on Jan 20, 2018. It is now read-only.

ServiceClock

hatchan edited this page Mar 28, 2011 · 3 revisions

The ServiceClock uses a WCF client to fetch the time from a remote source.

The ServiceClock can be used in a production environment, but I would not recommend it. The ServiceClock is only useful during development and during manual tests.

The remote source doesn't have to be on a different computer, WCF can use use named pipes to communicate with a different application. This way you'll be able to use a different application to manipulate the time in a other application. This can come in handy when you want to want to see how your applications behaves at different times, without having to change your local clock.

  • Production: no
  • Unit test: no
  • Development: yes

Clone this wiki locally