CReplicationServer.DeleteEventSink Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Deletes an 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.
void DeleteEventSink(string sink)
Parameters
- sink
The name of the event sink to delete.
Remarks
The method fails (Err.Number is set to E_FAIL) if the value of the sink parameter is an empty string ("") or if the sink parameter specifies an event sink that does not exist.
The CReplicationServer.DeleteEventSink method corresponds to the COM method named ReplicationServer.DeleteEventSink.
See Also
Other Resources
CReplicationServer.AddEventSink Method