SqlCeReplication.EndSynchronize Method

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

Ends an asynchronous data synchronization that was started by a call to the BeginSynchronize method.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Sub EndSynchronize ( _
    ar As IAsyncResult _
)
'Usage
Dim instance As SqlCeReplication
Dim ar As IAsyncResult

instance.EndSynchronize(ar)
public void EndSynchronize(
    IAsyncResult ar
)
public:
void EndSynchronize(
    IAsyncResult^ ar
)
member EndSynchronize : 
        ar:IAsyncResult -> unit 
public function EndSynchronize(
    ar : IAsyncResult
)

Parameters

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace