Documentation for this section has not yet been entered.
Syntax
[Android.Runtime.Register("weakCompareAndSet", "(Ljava/lang/Object;II)Z", "GetWeakCompareAndSet_Ljava_lang_Object_IIHandler")]
public abstract
bool WeakCompareAndSet (
Java.Lang.Object obj,
int expect,
int update)
Parameters
- obj
- Documentation for this section has not yet been entered.
- expect
- Documentation for this section has not yet been entered.
- update
- 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