Documentation for this section has not yet been entered.
Syntax
[Android.Runtime.Register("weakCompareAndSet", "(Ljava/lang/Object;Ljava/lang/Object;II)Z", "GetWeakCompareAndSet_Ljava_lang_Object_Ljava_lang_Object_IIHandler")]
public virtual
bool WeakCompareAndSet (
Java.Lang.Object expectedReference,
Java.Lang.Object newReference,
int expectedStamp,
int newStamp)
Parameters
- expectedReference
- Documentation for this section has not yet been entered.
- newReference
- Documentation for this section has not yet been entered.
- expectedStamp
- Documentation for this section has not yet been entered.
- newStamp
- Documentation for this section has not yet been entered.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Util.Concurrent.Atomic
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1