2 overrides of SyncFromAllServersCallback
System.DirectoryServices (2)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (2)
959
public override System.DirectoryServices.ActiveDirectory.SyncUpdateCallback?
SyncFromAllServersCallback
{ get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }
1208
public override System.DirectoryServices.ActiveDirectory.SyncUpdateCallback?
SyncFromAllServersCallback
{ get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }