Пример #1
0
 /// <remarks/>
 public void GetAgentHotelCommissionAsync(AgentHotelCommissionRequest AgentHotelCommissionRequest, object userState) {
     if ((this.GetAgentHotelCommissionOperationCompleted == null)) {
         this.GetAgentHotelCommissionOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAgentHotelCommissionOperationCompleted);
     }
     this.InvokeAsync("GetAgentHotelCommission", new object[] {
                 AgentHotelCommissionRequest}, this.GetAgentHotelCommissionOperationCompleted, userState);
 }
Пример #2
0
 /// <remarks/>
 public void GetAgentHotelCommissionAsync(AgentHotelCommissionRequest AgentHotelCommissionRequest) {
     this.GetAgentHotelCommissionAsync(AgentHotelCommissionRequest, null);
 }