/// <remarks/>
 public void startFreeBusySessionRequestAsync(startFreeBusySessionRequest startFreeBusySessionRequest1)
 {
     this.startFreeBusySessionRequestAsync(startFreeBusySessionRequest1, null);
 }
 /// <remarks/>
 public void startFreeBusySessionRequestAsync(startFreeBusySessionRequest startFreeBusySessionRequest1, object userState)
 {
     if ((this.startFreeBusySessionRequestOperationCompleted == null)) {
         this.startFreeBusySessionRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnstartFreeBusySessionRequestOperationCompleted);
     }
     this.InvokeAsync("startFreeBusySessionRequest", new object[] {
                 startFreeBusySessionRequest1}, this.startFreeBusySessionRequestOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginstartFreeBusySessionRequest(startFreeBusySessionRequest startFreeBusySessionRequest1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("startFreeBusySessionRequest", new object[] {
                 startFreeBusySessionRequest1}, callback, asyncState);
 }