CReplicationEventSinkConfig.Synchronous Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets a flag that specifies whether a Commerce Server Staging (CSS) event sink handles events synchronously.

Note

This property supports CSS but should not be used directly from your code. It is for Microsoft internal use only.

object Synchronous { set; get; } 

Return Value

true if the event sink is enabled for synchronous operations; otherwise, false.

Remarks

You must have CSS administrator rights to get or set this property.

The CReplicationEventSinkConfig.Synchronous property corresponds to the COM property named ReplicationEventSinkConfig.Synchronous.

See Also

Other Resources

CReplicationEventSinkConfig Class