Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Raises the SessionProgress event.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnSessionProgress ( _
value As SessionProgressEventArgs _
)
'Usage
Dim value As SessionProgressEventArgs
Me.OnSessionProgress(value)
protected virtual void OnSessionProgress(
SessionProgressEventArgs value
)
protected:
virtual void OnSessionProgress(
SessionProgressEventArgs^ value
)
abstract OnSessionProgress :
value:SessionProgressEventArgs -> unit
override OnSessionProgress :
value:SessionProgressEventArgs -> unit
protected function OnSessionProgress(
value : SessionProgressEventArgs
)
Parameters
- value
Type: Microsoft.Synchronization.SessionProgressEventArgs
A SessionProgressEventArgs object that contains event data.