示例#1
0
        public Response SendAnonymousReport([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] ClientLib clientLib, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] Application app, [System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] ExceptionDescription exception)
        {
            object[] results = this.Invoke("SendAnonymousReport", new object[] {
                clientLib,
                app,
                exception
            });

            return((Response)(results[0]));
        }
示例#2
0
 /// <remarks/>
 public void SendAnonymousReportAsync(ClientLib clientLib, Application app, ExceptionDescription exception, object userState)
 {
     if ((this.SendAnonymousReportOperationCompleted == null))
     {
         this.SendAnonymousReportOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSendAnonymousReportOperationCompleted);
     }
     this.InvokeAsync("SendAnonymousReport", new object[] {
         clientLib,
         app,
         exception
     }, this.SendAnonymousReportOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void SendAnonymousReportAsync(ClientLib clientLib, Application app, ExceptionDescription exception)
 {
     this.SendAnonymousReportAsync(clientLib, app, exception, null);
 }