Description |
Returns the status of the Replication Service and Replication Transport Service on the remote server. |
---|---|
Method Declaration |
public int GetReplicatorStatus(int repServiceTypeNumber) |
Input(s) |
repServiceTypeNumber: Interger Possible Input values: Sample Input: 2 |
Output |
Return Type: Integer Possible output values: |
Sample Output |
1 |
Description |
Returns a list of all the Web Application URLs on the Remote server that are currently enabled for Replication. |
---|---|
Method Declaration |
public string[] GetReplicatorEnabledWebApps() |
Input(s) |
None |
Output |
Return Type: string array Possible output values: Any list of strings |
Sample Output |
http://CorporateServer http://CorporateServer:8888 http://CorporateServer:9000 |
Description |
Returns a list of all the Server Names on the Remote server, for a given Web Application, that is currently enabled for Replication. The server is returned if it is enabled for either inbound or outbound processing. |
---|---|
Method Declaration |
public string[] GetReplicatorEnabledServers(string webAppURL) |
Input(s) |
webAppURL: String Possible Input values: Sample Input: http://CorporateServer:9000 |
Output |
Return Type: string array Possible output values: Any list of strings |
Sample Output |
http://CorporateServer http://CorporateServer:8888 http://CorporateServer:9000 |
Description |
Returns the last Date and Time that the specified Web Application was processed by Replicator on the Remote Server. |
---|---|
Method Declaration |
public DateTime GetLastProcessTimeForWebApp (string webAppURL) |
Input(s) |
webAppURL: String Possible Input values: Any String that represents a valid WEB Application URL. Sample Input: -http://CorporateServer:9000 |
Output |
Return Type: DateTime |
Sample Output |
11/22/2016 9:14:07 AM |
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center