VSAccountManager.Enqueue 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.
[Foundation.Export("enqueueAccountMetadataRequest:completionHandler:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual VideoSubscriberAccount.VSAccountManagerResult Enqueue (VideoSubscriberAccount.VSAccountMetadataRequest accountMetadataRequest, Action<VideoSubscriberAccount.VSAccountMetadata,Foundation.NSError> completionHandler);
abstract member Enqueue : VideoSubscriberAccount.VSAccountMetadataRequest * Action<VideoSubscriberAccount.VSAccountMetadata, Foundation.NSError> -> VideoSubscriberAccount.VSAccountManagerResult
override this.Enqueue : VideoSubscriberAccount.VSAccountMetadataRequest * Action<VideoSubscriberAccount.VSAccountMetadata, Foundation.NSError> -> VideoSubscriberAccount.VSAccountManagerResult
Parameters
- accountMetadataRequest
- VSAccountMetadataRequest
- completionHandler
- Action<VSAccountMetadata,NSError>
Returns
- Attributes