ForkJoinTask.SetRawResult(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Forces the given value to be returned as a result.
[Android.Runtime.Register("setRawResult", "(Ljava/lang/Object;)V", "GetSetRawResult_Ljava_lang_Object_Handler")]
protected abstract void SetRawResult (Java.Lang.Object? value);
[<Android.Runtime.Register("setRawResult", "(Ljava/lang/Object;)V", "GetSetRawResult_Ljava_lang_Object_Handler")>]
abstract member SetRawResult : Java.Lang.Object -> unit
Parameters
- value
- Object
the value
- Attributes
Remarks
Forces the given value to be returned as a result. This method is designed to support extensions, and should not in general be called otherwise.
Java documentation for java.util.concurrent.ForkJoinTask.setRawResult(V)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.