/// <summary>
 /// Construct a <see cref="RemoteScheduler" /> instance to proxy the given
 /// RemoteableQuartzScheduler instance.
 /// </summary>
 public RemoteScheduler(string schedId, IRemotableSchedulerProxyFactory proxyFactory)
 {
     this.schedId      = schedId;
     this.proxyFactory = proxyFactory;
 }