public void GetDiamondShoppingItems(bool getAllSellState, MetaData.Shopping.SellState state, DiamondsShoppingItemType itemType) { this._invoker.Invoke <DiamondShoppingItem[]>(this._context, "GetDiamondShoppingItems", this.GetDiamondShoppingItemsCompleted, GlobalData.Token, getAllSellState, state, itemType); }
public void GetVirtualShoppingItems(bool getAllItem, MetaData.Shopping.SellState state) { this._invoker.Invoke <VirtualShoppingItem[]>(this._context, "GetVirtualShoppingItems", this.GetVirtualShoppingItemsCompleted, GlobalData.Token, getAllItem, state); }