CountedCompleter.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.
A method that result-bearing CountedCompleters may optionally use to help maintain result data.
[Android.Runtime.Register("setRawResult", "(Ljava/lang/Object;)V", "GetSetRawResult_Ljava_lang_Object_Handler", ApiSince=24)]
protected override void SetRawResult (Java.Lang.Object? t);
[<Android.Runtime.Register("setRawResult", "(Ljava/lang/Object;)V", "GetSetRawResult_Ljava_lang_Object_Handler", ApiSince=24)>]
override this.SetRawResult : Java.Lang.Object -> unit
Parameters
- t
- Object
- Attributes
Remarks
A method that result-bearing CountedCompleters may optionally use to help maintain result data. By default, does nothing. Overrides are not recommended. However, if this method is overridden to update existing objects or fields, then it must in general be defined to be thread-safe.
Java documentation for java.util.concurrent.CountedCompleter.setRawResult(T)
.
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.