You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="source">Fully qualified source database URL or an object which contains the full URL of the source database with additional parameters like headers.</param>
171
+
/// <param name="target">Fully qualified target database URL or an object which contains the full URL of the target database with additional parameters like headers.</param>
172
+
/// <param name="replication">An instance of <see cref="CouchReplication"/>.</param>
173
+
/// <param name="persistent">Persist the operation to the replication database.</param>
174
+
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
175
+
/// <returns>Returns True if the operation succeeded, False otherwise.</returns>
/// <param name="source">Fully qualified source database URL or an object which contains the full URL of the source database with additional parameters like headers.</param>
183
+
/// <param name="target">Fully qualified target database URL or an object which contains the full URL of the target database with additional parameters like headers.</param>
184
+
/// <param name="replication">An instance of <see cref="CouchReplication"/>.</param>
185
+
/// <param name="persistent"></param>
186
+
/// <param name="cancellationToken">A <see cref="CancellationToken" /> to observe while waiting for the task to complete.</param>
187
+
/// <returns>Returns True if the operation succeeded, False otherwise.</returns>
0 commit comments