메소드 | 설명 | |
---|---|---|
getScopes ( string clientconn ) : List |
Return all the scopes defined in the database.
|
|
getScopes ( string clientconn, string scope ) : List |
Returns the scopes and their sync order that are defined in the database.
|
|
syncscope ( SqlConnection server, SqlConnection client, string scope, SyncDirectionOrder order, DbApplyingChangesEventArgs>.Action |
Sync a single scope from the client to the server.
|
메소드 | 설명 | |
---|---|---|
ScopesDiffer ( SqlConnection server, SqlConnection client, string scopename ) : bool |
Compares the xml scope info in server and client to make sure they are the same.
|
|
slaveProvider_ApplyChangeFailed ( object sender, Microsoft e ) : void |
Handles errors that happen during syncing down to the client.
|
public static getScopes ( string clientconn ) : List |
||
clientconn | string | |
리턴 | List |
public static getScopes ( string clientconn, string scope ) : List |
||
clientconn | string | The connection string to the client |
scope | string | The name of the scope to sync. If blank return /// all scopes. |
리턴 | List |
public static syncscope ( SqlConnection server, SqlConnection client, string scope, SyncDirectionOrder order, DbApplyingChangesEventArgs>.Action |
||
server | SqlConnection | Provider for the server. |
client | SqlConnection | Provider for the client. |
scope | string | |
order | SyncDirectionOrder | |
callback | DbApplyingChangesEventArgs>.Action | |
mastercallback | DbApplyingChangesEventArgs>.Action | |
리턴 | SyncOperationStatistics |