Steam
Public Member Functions | List of all members
LapinerTools.Steam.Data.Internal.SteamRequestList Class Reference

Internal class, which will handle the creation and storage of the Steam CallResult types. This class might change in the future, please don't use it directly. Use an Execute method instead e.g. SteamWorkshopMain.Execute. Since you are not supposed to use this class, it is not documented in more detail. More...

Public Member Functions

void Add< T > (CallResult< T > p_request)
 
int Count ()
 
int Count< T > ()
 
void Clear< T > ()
 
void RemoveInactive ()
 
void RemoveInactive< T > ()
 
void Cancel ()
 
void Cancel< T > ()
 

Detailed Description

Internal class, which will handle the creation and storage of the Steam CallResult types. This class might change in the future, please don't use it directly. Use an Execute method instead e.g. SteamWorkshopMain.Execute. Since you are not supposed to use this class, it is not documented in more detail.

Member Function Documentation

◆ Add< T >()

void LapinerTools.Steam.Data.Internal.SteamRequestList.Add< T > ( CallResult< T >  p_request)

◆ Cancel()

void LapinerTools.Steam.Data.Internal.SteamRequestList.Cancel ( )

◆ Cancel< T >()

◆ Clear< T >()

void LapinerTools.Steam.Data.Internal.SteamRequestList.Clear< T > ( )

◆ Count()

int LapinerTools.Steam.Data.Internal.SteamRequestList.Count ( )

◆ Count< T >()

◆ RemoveInactive()

void LapinerTools.Steam.Data.Internal.SteamRequestList.RemoveInactive ( )

◆ RemoveInactive< T >()


The documentation for this class was generated from the following file: