VSAccountManager.Enqueue Method

Definition

[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

Applies to