Ejemplo n.º 1
0
 /// <remarks/>
 public void SchedulesConnectionsOperationAsync(SchedulesConnectionsRequest SchedulesConnectionsRequest, object userState) {
     if ((this.SchedulesConnectionsOperationOperationCompleted == null)) {
         this.SchedulesConnectionsOperationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSchedulesConnectionsOperationOperationCompleted);
     }
     this.InvokeAsync("SchedulesConnectionsOperation", new object[] {
                 SchedulesConnectionsRequest}, this.SchedulesConnectionsOperationOperationCompleted, userState);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void SchedulesConnectionsOperationAsync(SchedulesConnectionsRequest SchedulesConnectionsRequest) {
     this.SchedulesConnectionsOperationAsync(SchedulesConnectionsRequest, null);
 }