Skip to content

T_CodeJam_Threading_InterlockedOperations

andrewvk edited this page Mar 22, 2016 · 9 revisions

InterlockedOperations Class

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

[Missing

documentation for "T:CodeJam.Threading.InterlockedOperations"]

Inheritance Hierarchy

System.Object
  CodeJam.Threading.InterlockedOperations
Namespace: CodeJam.Threading
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class InterlockedOperations

VB

Public NotInheritable Class InterlockedOperations

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type InterlockedOperations =  class end

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

CodeJam.Threading Namespace

Clone this wiki locally