Share via


CReplicationServer.AddEventSink Method

Creates a new event sink or opens an existing event sink for the Commerce Server Staging (CSS) service on the server.

Note

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

object AddEventSink(string sink)

Parameters

  • sink
    The name of the event sink to open or create.

Return Value

An CReplicationEventSinkConfig object.

Remarks

The CReplicationServer.AddEventSink method corresponds to the COM method named ReplicationServer.AddEventSink.

See Also

Other Resources

CReplicationServer Class