ASAuthorizationController.PerformRequests 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
PerformRequests()
[Foundation.Export("performRequests")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformRequests();
[<Foundation.Export("performRequests")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformRequests : unit -> unit
override this.PerformRequests : unit -> unit
- Attributes
Applies to
PerformRequests(ASAuthorizationControllerRequestOptions)
[Foundation.Export("performRequestsWithOptions:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformRequests(AuthenticationServices.ASAuthorizationControllerRequestOptions options);
[<Foundation.Export("performRequestsWithOptions:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformRequests : AuthenticationServices.ASAuthorizationControllerRequestOptions -> unit
override this.PerformRequests : AuthenticationServices.ASAuthorizationControllerRequestOptions -> unit
Parameters
- Attributes