CReplicationEventSinkConfig.IsRegisteredForEvent Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Determines whether a Commerce Server Staging (CSS) event sink monitors a specified event.
object IsRegisteredForEvent(int code)
Parameters
- code
The numeric value of the event being queried. See Event Codes for Staging for the list of event codes.
Return Value
true if the event is registered for monitoring by the event sink; otherwise, false.
Remarks
You must have CSS administrator rights to call this method.
The CReplicationEventSinkConfig.IsRegisteredForEvent method corresponds to the COM method named ReplicationEventSinkConfig.IsRegisteredForEvent.