Esempio n. 1
0
        internal async Task <SteamInventoryRequestPricesResult_t?> RequestPrices()
        {
            SteamInventoryRequestPricesResult_t?resultAsync = await SteamInventoryRequestPricesResult_t.GetResultAsync(this._RequestPrices(this.Self));

            return(resultAsync);
        }
 internal async Task <SteamInventoryRequestPricesResult_t?> RequestPrices()
 {
     return(await SteamInventoryRequestPricesResult_t.GetResultAsync(_RequestPrices( Self )));
 }
Esempio n. 3
0
        internal async Task <SteamInventoryRequestPricesResult_t?> RequestPrices()
        {
            var returnValue = _RequestPrices(Self);

            return(await SteamInventoryRequestPricesResult_t.GetResultAsync(returnValue));
        }