Represents the participation of an object store in a replication group. Each ObjectStoreParticipant object specifies the object store and the replication mode (master or slave) of the participant.

Namespace:  FileNet.Api.Replication
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IObjectStoreParticipant _
	Implements IReplicationParticipant, IEngineObject, ICloneable, IDependentObject
C#
public interface IObjectStoreParticipant : IReplicationParticipant, 
	IEngineObject, ICloneable, IDependentObject
Visual C++
public interface class IObjectStoreParticipant : IReplicationParticipant, 
	IEngineObject, ICloneable, IDependentObject
JavaScript
FileNet.Api.Replication.IObjectStoreParticipant = function();
FileNet.Api.Replication.IObjectStoreParticipant.createInterface('FileNet.Api.Replication.IObjectStoreParticipant');

ToggleRemarks

Metadata

Auditable: false
AllowsInstances: true
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: true
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: ReplicationParticipant

ToggleSee Also