Skip to content

Methods_T_CodeJam_Threading_InterlockedOperations

andrewvk edited this page Mar 22, 2016 · 4 revisions

InterlockedOperations Methods

[This is preliminary documentation and is subject to change.]

Methods

 

Name Description
Public methodStatic member Initialize(T)(T, T) Initialize the value referenced by target in a thread-safe manner. The value is changed to value only if the current value is null.
Public methodStatic member Initialize(T)(T, T, T) Initialize the value referenced by target in a thread-safe manner. The value is changed to initializedValue only if the current value is uninitializedValue.
  Back to Top

See Also

Reference

InterlockedOperations Class
CodeJam.Threading Namespace

Clone this wiki locally