System::Threading::Interlocked::Read méthode

Interlocked::Read method

Renvoie une valeur 64 bits, chargée comme une opération atomique.

static int64_t System::Threading::Interlocked::Read(int64_t &location1)
ParamètreTypeDescription
location1int64_t&La valeur 64 bits à charger.

ReturnValue

La valeur chargée.

Voir aussi