MPMusicPlayerApplicationController.Perform 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.
Performs the requested queue transformation and runs a handler when the operation is complete.
[Foundation.Export("performQueueTransaction:completionHandler:")]
public virtual void Perform (Action<MediaPlayer.MPMusicPlayerControllerMutableQueue> queueTransaction, Action<MediaPlayer.MPMusicPlayerControllerQueue,Foundation.NSError> completionHandler);
abstract member Perform : Action<MediaPlayer.MPMusicPlayerControllerMutableQueue> * Action<MediaPlayer.MPMusicPlayerControllerQueue, Foundation.NSError> -> unit
override this.Perform : Action<MediaPlayer.MPMusicPlayerControllerMutableQueue> * Action<MediaPlayer.MPMusicPlayerControllerQueue, Foundation.NSError> -> unit
Parameters
- queueTransaction
- Action<MPMusicPlayerControllerMutableQueue>
The action to perform while the queue is created.
- completionHandler
- Action<MPMusicPlayerControllerQueue,NSError>
A handler to run when the operation completes.
- Attributes