Beispiel #1
0
 /// <remarks/>
 public void SendUserStatisticsAsync(ClientInfo ci) {
     this.SendUserStatisticsAsync(ci, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void GetClientComputerInfoAsync(ClientInfo ci, CWComputerInfo info) {
     this.GetClientComputerInfoAsync(ci, info, null);
 }
Beispiel #3
0
 public SerializedException SendUrlsToCrawl(ClientInfo ci, out InternetUrlToCrawl[] data) {
     object[] results = this.Invoke("SendUrlsToCrawl", new object[] {
                 ci});
     data = ((InternetUrlToCrawl[])(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #4
0
 public SerializedException SendUserStatistics(ClientInfo ci, out UserStatistics stats) {
     object[] results = this.Invoke("SendUserStatistics", new object[] {
                 ci});
     stats = ((UserStatistics)(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #5
0
 public SerializedException SendUpdatedVersion(ClientInfo ci, string version, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] out byte[] data) {
     object[] results = this.Invoke("SendUpdatedVersion", new object[] {
                 ci,
                 version});
     data = ((byte[])(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #6
0
 /// <remarks/>
 public void SendUpdatedVersionAsync(ClientInfo ci, string version) {
     this.SendUpdatedVersionAsync(ci, version, null);
 }
Beispiel #7
0
 /// <remarks/>
 public void GetCrawlResultsRawAsync(ClientInfo ci, byte[] data, object userState) {
     if ((this.GetCrawlResultsRawOperationCompleted == null)) {
         this.GetCrawlResultsRawOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCrawlResultsRawOperationCompleted);
     }
     this.InvokeAsync("GetCrawlResultsRaw", new object[] {
                 ci,
                 data}, this.GetCrawlResultsRawOperationCompleted, userState);
 }
Beispiel #8
0
 public SerializedException SendServers(ClientInfo ci, out System.Data.DataSet data) {
     object[] results = this.Invoke("SendServers", new object[] {
                 ci});
     data = ((System.Data.DataSet)(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #9
0
 /// <remarks/>
 public System.IAsyncResult BeginGetCrawlResultsRaw(ClientInfo ci, byte[] data, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("GetCrawlResultsRaw", new object[] {
                 ci,
                 data}, callback, asyncState);
 }
Beispiel #10
0
 /// <remarks/>
 public void GetCrawlResultsRawAsync(ClientInfo ci, byte[] data) {
     this.GetCrawlResultsRawAsync(ci, data, null);
 }
Beispiel #11
0
 public SerializedException GetCrawlResultsRaw(ClientInfo ci, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] byte[] data) {
     object[] results = this.Invoke("GetCrawlResultsRaw", new object[] {
                 ci,
                 data});
     return ((SerializedException)(results[0]));
 }
Beispiel #12
0
 /// <remarks/>
 public void GetCrawlResultsAsync(ClientInfo ci, UrlCrawlData[] data) {
     this.GetCrawlResultsAsync(ci, data, null);
 }
Beispiel #13
0
 public SerializedException GetCrawlResults(ClientInfo ci, UrlCrawlData[] data) {
     object[] results = this.Invoke("GetCrawlResults", new object[] {
                 ci,
                 data});
     return ((SerializedException)(results[0]));
 }
Beispiel #14
0
 /// <remarks/>
 public System.IAsyncResult BeginSendLatestVersion(ClientInfo ci, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("SendLatestVersion", new object[] {
                 ci}, callback, asyncState);
 }
Beispiel #15
0
 public SerializedException RegisterClient(ref ClientInfo ci, CWComputerInfo info) {
     object[] results = this.Invoke("RegisterClient", new object[] {
                 ci,
                 info});
     ci = ((ClientInfo)(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #16
0
 /// <remarks/>
 public void SendLatestVersionAsync(ClientInfo ci) {
     this.SendLatestVersionAsync(ci, null);
 }
Beispiel #17
0
 /// <remarks/>
 public System.IAsyncResult BeginRegisterClient(ClientInfo ci, CWComputerInfo info, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("RegisterClient", new object[] {
                 ci,
                 info}, callback, asyncState);
 }
Beispiel #18
0
 /// <remarks/>
 public void SendServersAsync(ClientInfo ci) {
     this.SendServersAsync(ci, null);
 }
Beispiel #19
0
 /// <remarks/>
 public SerializedException EndRegisterClient(System.IAsyncResult asyncResult, out ClientInfo ci) {
     object[] results = this.EndInvoke(asyncResult);
     ci = ((ClientInfo)(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #20
0
 /// <remarks/>
 public System.IAsyncResult BeginSendUpdatedVersion(ClientInfo ci, string version, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("SendUpdatedVersion", new object[] {
                 ci,
                 version}, callback, asyncState);
 }
Beispiel #21
0
 /// <remarks/>
 public void RegisterClientAsync(ClientInfo ci, CWComputerInfo info) {
     this.RegisterClientAsync(ci, info, null);
 }
Beispiel #22
0
 /// <remarks/>
 public void SendUpdatedVersionAsync(ClientInfo ci, string version, object userState) {
     if ((this.SendUpdatedVersionOperationCompleted == null)) {
         this.SendUpdatedVersionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendUpdatedVersionOperationCompleted);
     }
     this.InvokeAsync("SendUpdatedVersion", new object[] {
                 ci,
                 version}, this.SendUpdatedVersionOperationCompleted, userState);
 }
Beispiel #23
0
 /// <remarks/>
 public void RegisterClientAsync(ClientInfo ci, CWComputerInfo info, object userState) {
     if ((this.RegisterClientOperationCompleted == null)) {
         this.RegisterClientOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRegisterClientOperationCompleted);
     }
     this.InvokeAsync("RegisterClient", new object[] {
                 ci,
                 info}, this.RegisterClientOperationCompleted, userState);
 }
Beispiel #24
0
 /// <remarks/>
 public void SendUrlsToCrawlAsync(ClientInfo ci) {
     this.SendUrlsToCrawlAsync(ci, null);
 }
Beispiel #25
0
 /// <remarks/>
 public void SendBannedHostsAsync(ClientInfo ci) {
     this.SendBannedHostsAsync(ci, null);
 }
Beispiel #26
0
 /// <remarks/>
 public System.IAsyncResult BeginSendUserStatistics(ClientInfo ci, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("SendUserStatistics", new object[] {
                 ci}, callback, asyncState);
 }
Beispiel #27
0
 public SerializedException SendLatestVersion(ClientInfo ci, out string version) {
     object[] results = this.Invoke("SendLatestVersion", new object[] {
                 ci});
     version = ((string)(results[1]));
     return ((SerializedException)(results[0]));
 }
Beispiel #28
0
 /// <remarks/>
 public void SendUserStatisticsAsync(ClientInfo ci, object userState) {
     if ((this.SendUserStatisticsOperationCompleted == null)) {
         this.SendUserStatisticsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendUserStatisticsOperationCompleted);
     }
     this.InvokeAsync("SendUserStatistics", new object[] {
                 ci}, this.SendUserStatisticsOperationCompleted, userState);
 }
Beispiel #29
0
 public SerializedException GetClientComputerInfo(ClientInfo ci, CWComputerInfo info) {
     object[] results = this.Invoke("GetClientComputerInfo", new object[] {
                 ci,
                 info});
     return ((SerializedException)(results[0]));
 }