6 references to ReplicationNeighborCollection
System.DirectoryServices (6)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (6)
966
public override System.DirectoryServices.ActiveDirectory.
ReplicationNeighborCollection
GetAllReplicationNeighbors() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
970
public override System.DirectoryServices.ActiveDirectory.
ReplicationNeighborCollection
GetReplicationNeighbors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1104
public abstract System.DirectoryServices.ActiveDirectory.
ReplicationNeighborCollection
GetAllReplicationNeighbors();
1109
public abstract System.DirectoryServices.ActiveDirectory.
ReplicationNeighborCollection
GetReplicationNeighbors(string partition);
1219
public override System.DirectoryServices.ActiveDirectory.
ReplicationNeighborCollection
GetAllReplicationNeighbors() { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
1225
public override System.DirectoryServices.ActiveDirectory.
ReplicationNeighborCollection
GetReplicationNeighbors(string partition) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }