PullSubscription.SynchronizeWithJob Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts the agent job to synchronize the subscription.
public:
virtual void SynchronizeWithJob();
public virtual void SynchronizeWithJob ();
abstract member SynchronizeWithJob : unit -> unit
override this.SynchronizeWithJob : unit -> unit
Public Overridable Sub SynchronizeWithJob ()
Remarks
Calling SynchronizeWithJob is equivalent to executing sp_start_job (Transact-SQL) to start the job.