/// <remarks/>
 public void PostStudentLeadAsync(PostStudentLeadRequest PostStudentLeadRequest, object userState) {
     if ((this.PostStudentLeadOperationCompleted == null)) {
         this.PostStudentLeadOperationCompleted = new System.Threading.SendOrPostCallback(this.OnPostStudentLeadOperationCompleted);
     }
     this.InvokeAsync("PostStudentLead", new object[] {
                 PostStudentLeadRequest}, this.PostStudentLeadOperationCompleted, userState);
 }
 /// <remarks/>
 public void PostStudentLeadAsync(PostStudentLeadRequest PostStudentLeadRequest) {
     this.PostStudentLeadAsync(PostStudentLeadRequest, null);
 }