Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the SyncPeerOutdated event.
This method is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Protected Overridable Sub OnPeerOutdated ( _
value As DbOutdatedEventArgs _
)
'Usage
Dim value As DbOutdatedEventArgs
Me.OnPeerOutdated(value)
protected virtual void OnPeerOutdated (
DbOutdatedEventArgs value
)
protected:
virtual void OnPeerOutdated (
DbOutdatedEventArgs^ value
)
protected void OnPeerOutdated (
DbOutdatedEventArgs value
)
protected function OnPeerOutdated (
value : DbOutdatedEventArgs
)
Parameters
- value
A DbOutdatedEventArgs object that contains event data.
See Also
Reference
RelationalSyncProvider Class
RelationalSyncProvider Members
Microsoft.Synchronization.Data Namespace