VSAccountManager.EnqueueAsync 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
EnqueueAsync(VSAccountMetadataRequest) | |
EnqueueAsync(VSAccountMetadataRequest, VSAccountManagerResult) |
EnqueueAsync(VSAccountMetadataRequest)
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountMetadata> EnqueueAsync (VideoSubscriberAccount.VSAccountMetadataRequest accountMetadataRequest);
abstract member EnqueueAsync : VideoSubscriberAccount.VSAccountMetadataRequest -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountMetadata>
override this.EnqueueAsync : VideoSubscriberAccount.VSAccountMetadataRequest -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountMetadata>
Parameters
- accountMetadataRequest
- VSAccountMetadataRequest
Returns
A task that represents the asynchronous Enqueue operation. The value of the TResult parameter is of type System.Action<VideoSubscriberAccount.VSAccountMetadata,Foundation.NSError>.
- Attributes
Remarks
The EnqueueAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
To be added.
Applies to
EnqueueAsync(VSAccountMetadataRequest, VSAccountManagerResult)
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountMetadata> EnqueueAsync (VideoSubscriberAccount.VSAccountMetadataRequest accountMetadataRequest, out VideoSubscriberAccount.VSAccountManagerResult result);
abstract member EnqueueAsync : VideoSubscriberAccount.VSAccountMetadataRequest * -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountMetadata>
override this.EnqueueAsync : VideoSubscriberAccount.VSAccountMetadataRequest * -> System.Threading.Tasks.Task<VideoSubscriberAccount.VSAccountMetadata>
Parameters
- accountMetadataRequest
- VSAccountMetadataRequest
- result
- VSAccountManagerResult
Returns
- Attributes