示例#1
0
 /// <remarks/>
 public void GetRoomsAsync(GetRoomsType GetRooms1, object userState) {
     if ((this.GetRoomsOperationCompleted == null)) {
         this.GetRoomsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetRoomsOperationCompleted);
     }
     this.InvokeAsync("GetRooms", new object[] {
                 GetRooms1}, this.GetRoomsOperationCompleted, userState);
 }
示例#2
0
 /// <remarks/>
 public void GetRoomsAsync(GetRoomsType GetRooms1) {
     this.GetRoomsAsync(GetRooms1, null);
 }