AccessController.DoPrivilegedWithCombiner 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.
Overloads
DoPrivilegedWithCombiner(IPrivilegedAction) |
Calls |
DoPrivilegedWithCombiner(IPrivilegedExceptionAction) |
Calls |
DoPrivilegedWithCombiner(IPrivilegedAction)
Calls action.run()
.
[Android.Runtime.Register("doPrivilegedWithCombiner", "(Ljava/security/PrivilegedAction;)Ljava/lang/Object;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public static Java.Lang.Object? DoPrivilegedWithCombiner (Java.Security.IPrivilegedAction? action);
[<Android.Runtime.Register("doPrivilegedWithCombiner", "(Ljava/security/PrivilegedAction;)Ljava/lang/Object;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
static member DoPrivilegedWithCombiner : Java.Security.IPrivilegedAction -> Java.Lang.Object
Parameters
- action
- IPrivilegedAction
Returns
- Attributes
Remarks
Calls action.run()
.
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.
Applies to
DoPrivilegedWithCombiner(IPrivilegedExceptionAction)
Calls action.run()
.
[Android.Runtime.Register("doPrivilegedWithCombiner", "(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public static Java.Lang.Object? DoPrivilegedWithCombiner (Java.Security.IPrivilegedExceptionAction? action);
[<Android.Runtime.Register("doPrivilegedWithCombiner", "(Ljava/security/PrivilegedExceptionAction;)Ljava/lang/Object;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
static member DoPrivilegedWithCombiner : Java.Security.IPrivilegedExceptionAction -> Java.Lang.Object
Parameters
- action
- IPrivilegedExceptionAction
Returns
- Attributes
Remarks
Calls action.run()
.
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.