PullSubscription.SynchronizeWithJob Method

Definition

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.

Applies to

See also