Interface IResourceModifiedMessagePersistenceSvc


An implementer of this interface will provide ResourceModifiedMessage persistence services. Client of this interface should persist ResourceModifiedMessage as part of the processing of an operation on a resource. Upon a successful submission to the subscription pipeline, the persisted message should be deleted. When submission fails, the message should be left un-altered for re-submission at a later time (see IResourceModifiedConsumerWithRetries).